Skip to content

Commit

Permalink
Remove unused Python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
entorb committed May 3, 2024
1 parent 09b95f0 commit 22aaeaa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:
python-version: "3.12"
# cache: "pip"

- name: Python cache set up
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: python-${{ env.pythonLocation }}

- name: Check chapters for known issues
run: python3 -O scripts/check_chapters.py

Expand Down

0 comments on commit 22aaeaa

Please sign in to comment.