Skip to content

Commit

Permalink
Add pip caching on pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Nov 22, 2023
1 parent b08bee8 commit c37ea4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip

- name: Install non-Python dependencies
run: |
Expand Down

0 comments on commit c37ea4f

Please sign in to comment.