Skip to content

Commit

Permalink
Merge pull request #136 from openkim/feat_cache_gh_actions
Browse files Browse the repository at this point in the history
GitHub cache
  • Loading branch information
mjwen authored Nov 14, 2023
2 parents 4dd7c6d + ed280d4 commit db493e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: actions/[email protected]
with:
python-version: "3.9"
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -62,6 +63,7 @@ jobs:
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
cache: pip

- name: Install
run: |
Expand Down

0 comments on commit db493e6

Please sign in to comment.