Update unittest.yml

This commit is contained in:
H Lohaus 2024-04-08 07:52:19 +02:00 committed by GitHub
parent 49c4cb24ff
commit bd32db2633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

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