Skip to content

Commit

Permalink
Enable Pip caching in when running GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed May 14, 2024
1 parent b6b31ff commit 32d81a4
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 32d81a4

Please sign in to comment.