Skip to content

Commit

Permalink
fix: Fixed CI (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled authored Nov 11, 2024
1 parent 0475785 commit b239058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
run: |
irm https://astral.sh/uv/install.ps1 | iex
$env:Path = "C:\Users\runneradmin\.local\bin;$env:Path"
uv venv .venv
"VIRTUAL_ENV=.venv" | Out-File -FilePath $env:GITHUB_ENV -Append
"$PWD/.venv/Scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
Expand Down

0 comments on commit b239058

Please sign in to comment.