Skip to content

Commit

Permalink
build: add package install before running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuiniko committed Oct 31, 2024
1 parent ccc2acf commit 7f4386e
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 @@ -26,6 +26,7 @@ jobs:
pip install uv
uv pip compile --extra=dev pyproject.toml -o requirements.txt
uv pip sync requirements.txt
uv pip install '.[dev]'
- run: echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down

0 comments on commit 7f4386e

Please sign in to comment.