Skip to content

Commit

Permalink
Cache Installations
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanaseus authored Jan 24, 2025
1 parent a419186 commit 60da517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

- name: Cache Installations
id: cache-installs
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.local
key: install-${{ env.INSTALL_CACHE_HASH }}-4
key: install-${{ env.INSTALL_CACHE_HASH }}-

- name: Install latest setuptools, wheel, pip
run: python3 -m pip install -U pip setuptools wheel
Expand Down

0 comments on commit 60da517

Please sign in to comment.