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
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
cache-dependency-path: |
|
||||
setup.py
|
||||
requirements*.txt
|
||||
tox.ini
|
||||
|
||||
- name: Install Camoufox Dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user