Skip to content

Commit

Permalink
install from tests/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
karangattu committed Nov 14, 2024
1 parent 6c3e308 commit a75aa8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r tests/requirements.txt
playwright install chromium --with-deps
- name: Process issue description
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
playwright

0 comments on commit a75aa8b

Please sign in to comment.