Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D4Vinci committed Nov 5, 2024
1 parent 7fd50a4 commit a5ffc0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a5ffc0b

Please sign in to comment.