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 23fc76a commit 2467092
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 @@ -80,6 +80,7 @@ jobs:
echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH
echo "$PWD/.venv/Scripts" >> $GITHUB_PATH
- 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 2467092

Please sign in to comment.