turn off caching because it ends up taking longer than running the tests

This commit is contained in:
sneakers-the-rat 2024-08-05 19:52:19 -07:00
parent c0f322c70f
commit 275c269217
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -38,7 +38,6 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies - name: Install dependencies
run: pip install -e ".[tests]" run: pip install -e ".[tests]"