Skip to content

Commit

Permalink
Fix another missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Jun 21, 2024
1 parent 0adb79a commit 06f19d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
#pip install -r requirements.txt
pip install -e .
pip install pytest-playwright jupyterlab
pip install pytest pytest-mock pytest-playwright jupyterlab
playwright install
- name: Test with pytest
run: pytest -vv -s --tracing retain-on-failure
Expand Down

0 comments on commit 06f19d7

Please sign in to comment.