Skip to content

Commit

Permalink
Disable caching to make CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Sep 1, 2024
1 parent c0b2105 commit ede658f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ jobs:
# 'PyPy' -> 'pypy-3.9'
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python), matrix.python))[startsWith(matrix.python, 'pypy')] }}
architecture: '${{ matrix.arch }}'
cache: pip
cache-dependency-path: test-requirements.txt
# Caching can lead to issues with constraints on PyPy as in #3076.
# This is probably a bug in the cache key, but I'm not sure.
# cache: pip
# cache-dependency-path: test-requirements.txt
- name: Run tests
run: ./ci.sh
shell: bash
Expand Down

0 comments on commit ede658f

Please sign in to comment.