Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus authored Apr 8, 2024
1 parent bd32db2 commit 766b323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install requirements
run: |
pip install -r requirements.txt
pip uninstall nodriver
pip uninstall -y nodriver
- name: Run tests
run: python -m etc.unittest
- name: Save PR number
Expand Down

0 comments on commit 766b323

Please sign in to comment.