Skip to content

Commit

Permalink
Run playwright in rye venv
Browse files Browse the repository at this point in the history
  • Loading branch information
percyfal committed Nov 8, 2024
1 parent 518c8bc commit b0525e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: |
rye sync
# [[ -n $(git diff --stat requirements.lock) ]] && exit 1
- run: playwright install
- run: rye run playwright install
- run: rye fmt --check $( find src/tseda -name "*.py" | grep -v _version.py )
- run: rye lint src
- run: rye run check
Expand Down

0 comments on commit b0525e2

Please sign in to comment.