Skip to content

Commit

Permalink
Enable Pip dependency caching in GitHub actions (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen authored May 14, 2024
2 parents 9ebc8e9 + 97e2af6 commit c0b583e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: |
pyproject.toml
- name: Display Python version
run:
python -c "import sys; print(sys.version)"
Expand Down

0 comments on commit c0b583e

Please sign in to comment.