Skip to content

Commit

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

0 comments on commit ae35581

Please sign in to comment.