Skip to content

Commit

Permalink
Enable Pip dependency caching in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed May 14, 2024
1 parent 9ebc8e9 commit 97e2af6
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 97e2af6

Please sign in to comment.