Update unittest.yml

This commit is contained in:
H Lohaus 2024-04-08 07:55:19 +02:00 committed by GitHub
parent bd32db2633
commit 766b323572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ jobs:
- name: Install requirements - name: Install requirements
run: | run: |
pip install -r requirements.txt pip install -r requirements.txt
pip uninstall nodriver pip uninstall -y nodriver
- name: Run tests - name: Run tests
run: python -m etc.unittest run: python -m etc.unittest
- name: Save PR number - name: Save PR number