Update tests.yml
This commit is contained in:
@@ -53,14 +53,11 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: 'pip'
|
|
||||||
cache-dependency-path: |
|
|
||||||
setup.py
|
|
||||||
requirements*.txt
|
|
||||||
tox.ini
|
|
||||||
|
|
||||||
- name: Install Camoufox Dependencies
|
- name: Install Camoufox Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
python3 -m pip install --upgrade pip
|
||||||
|
python3 -m pip install camoufox
|
||||||
python3 -m camoufox fetch --browserforge
|
python3 -m camoufox fetch --browserforge
|
||||||
|
|
||||||
# Cache tox environments
|
# Cache tox environments
|
||||||
|
|||||||
Reference in New Issue
Block a user