Skip to content

Commit

Permalink
Cache gypsum assets to avoid re-pinging the API.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Dec 14, 2024
1 parent 7db0485 commit 6d75123
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"

- name: Specify gypsum cache
run: echo "GYPSUM_CACHE_DIR=$(pwd)/.gypsum_cache" >> $GITHUB_ENV

- name: Cache gypsum assets
uses: actions/cache@v4
with:
path: ${{ env.GYPSUM_CACHE_DIR }}
key: gypsum-cache

- name: Get latest CMake
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 6d75123

Please sign in to comment.