Update tests.yml

This commit is contained in:
Karim shoair
2024-11-05 02:09:32 +02:00
parent 7fd50a4b94
commit a5ffc0be5d
+3 -2
View File
@@ -49,8 +49,9 @@ jobs:
- name: Install Camoufox Dependencies
run: |
pip install camoufox
python -m camoufox fetch --browserforge
python3 -m pip install --upgrade pip
python3 -m pip install camoufox
python3 -m camoufox fetch --browserforge
- name: Run tests
env: ${{ matrix.env }}