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
1 changed files with 1 additions and 1 deletions

View File

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