Skip to content

Commit

Permalink
use pip cache for testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 3, 2022
1 parent df5c2cd commit e369c75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'

- name: Install dependencies
run: python -m pip install --upgrade pip flake8
Expand All @@ -46,6 +47,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'

- name: Install OpenBabel on Ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down Expand Up @@ -96,6 +98,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'

- name: Install dependencies
run: |
Expand Down

0 comments on commit e369c75

Please sign in to comment.