dont cache deps

This commit is contained in:
Zomatree
2023-05-20 03:06:04 +01:00
parent 60ff8d81c9
commit ccfae66e16
-1
View File
@@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.version }}
cache: pip
- run: pip install .[speedups,docs]
- uses: jakebailey/pyright-action@v1
with: