Skip to content

Commit

Permalink
gha: remove cache-dependency-path
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed May 31, 2024
1 parent ff19ddd commit 91bde5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: |
"requirements.txt"
"requirements-dev.txt"
- name: Install dependencies
run: pip install .[dev,tests]
- name: Run Pytest
Expand Down

0 comments on commit 91bde5b

Please sign in to comment.