Skip to content

Commit

Permalink
Merge pull request #2992 from Zalathar/ci-cache-mac
Browse files Browse the repository at this point in the history
Enable CI caching on MacOS
  • Loading branch information
Zalathar authored May 30, 2021
2 parents 342d4fb + 633b2fe commit 126ce20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.8"
- name: Restore cache
uses: actions/cache@v2
with:
path: |
~/.cache
~/Library/Caches/pip
key: deps-${{ runner.os }}-${{ hashFiles('requirements/tools.txt') }}-${{ matrix.task }}
- name: Run tests
run: TASK=${{ matrix.task }} ./build.sh

Expand Down

0 comments on commit 126ce20

Please sign in to comment.