Skip to content

Commit

Permalink
[ci] remove the cached pip files from the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Nov 24, 2023
1 parent dff9b00 commit d34b904
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'pip'
cache-dependency-path: '**/pyproject.toml'
- name: Install dependencies
run: |
python3 -m pip install -e .[test,dev]
Expand Down

0 comments on commit d34b904

Please sign in to comment.