Skip to content

Commit

Permalink
correct the name of a step
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Feb 19, 2024
1 parent b83a23d commit 355ccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
uv venv .venv
"VIRTUAL_ENV=.venv" | Out-File -FilePath $env:GITHUB_ENV -Append
"$PWD/.venv/Scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
- name: Create and activate a virtual environment (Windows)
- name: Create and activate a virtual environment (Unix)
if: ${{ runner.os != 'Windows' }}
# uv doesn't (yet) allow us to install packages globally;
# we have to create and activate a virtual environment
Expand Down

0 comments on commit 355ccae

Please sign in to comment.