Skip to content

Commit de977ad

Browse files
Merge pull request #412 from vsafonkin/v-vsafonkin/fix-poetry-cache-test
Fix e2e test for poetry cache and PyPy-3.7
2 parents 081a3cf + 22c6af9 commit de977ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
os: [ubuntu-latest, windows-latest, macos-latest]
64-
python-version: ['3.9', 'pypy-3.7-v7.x']
64+
python-version: ['3.9', 'pypy-3.8']
6565
steps:
6666
- uses: actions/checkout@v3
6767
- name: Install poetry

0 commit comments

Comments
 (0)