Update unittest.yml

pull/1809/head
H Lohaus 2 months ago committed by GitHub
parent 49c4cb24ff
commit bd32db2633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,7 +30,9 @@ jobs:
python-version: "3.12"
cache: 'pip'
- name: Install requirements
run: pip install -r requirements.txt
run: |
pip install -r requirements.txt
pip uninstall nodriver
- name: Run tests
run: python -m etc.unittest
- name: Save PR number

Loading…
Cancel
Save