Skip to content

Commit ca4b5f2

Browse files
committed
Since tests can finally now run in Github actions without issues
Let's miss it up again lol
1 parent 2a275c4 commit ca4b5f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
uses: actions/setup-python@v5
4646
with:
4747
python-version: ${{ matrix.python-version }}
48+
cache: 'pip'
49+
cache-dependency-path: |
50+
setup.py
51+
requirements*.txt
52+
tox.ini
4853
4954
- name: Install Camoufox Dependencies
5055
run: |

0 commit comments

Comments
 (0)