Skip to content

Commit

Permalink
remove pip cache in actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeejay committed Dec 12, 2023
1 parent 84e2c2a commit 2e188fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- name: Dependencies
run: |
if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi
Expand Down

0 comments on commit 2e188fc

Please sign in to comment.