Update unittest.yml

pull/1809/head
H Lohaus 1 month ago committed by GitHub
parent bd32db2633
commit 766b323572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save