Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Feb 19, 2024
1 parent 441b2ec commit a4924e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
"VIRTUAL_ENV=.venv" | Out-File -FilePath $env:GITHUB_ENV -Append
"$PWD/.venv/Scripts" | Out-File -FilePath $env:GITHUB_PATH -Append
- run: env
- run: python -c "import os; print(os.environ['PATH'])"
- name: Install dependencies
run: uv pip install -e ".[pytest]"
- run: uv pip freeze
Expand Down

0 comments on commit a4924e9

Please sign in to comment.