Skip to content

Commit

Permalink
Is it caching?
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Sep 1, 2024
1 parent 1fc3fe5 commit 9796012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python), matrix.python))[startsWith(matrix.python, 'pypy')] }}
cache: pip
cache-dependency-path: test-requirements.txt
- name: Run tests
run: ./ci.sh
shell: bash
Expand Down

0 comments on commit 9796012

Please sign in to comment.