Since tests can finally now run in Github actions without issues
Let's miss it up again lol
This commit is contained in:
@@ -45,6 +45,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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user