Skip to content

Commit

Permalink
fix: install test deps in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattwmaster58 committed Oct 23, 2024
1 parent d8a2d11 commit 2626dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install -U pip
pip install pytest playwright
playwright install chromium firefox
pip install -e .
pip install -e ".[test]"
- name: Test with pytest
run: |
pytest

0 comments on commit 2626dd3

Please sign in to comment.