Skip to content

Commit

Permalink
Merge pull request #412 from vsafonkin/v-vsafonkin/fix-poetry-cache-test
Browse files Browse the repository at this point in the history
Fix e2e test for poetry cache and PyPy-3.7
  • Loading branch information
marko-zivic-93 committed May 31, 2022
2 parents 081a3cf + 22c6af9 commit de977ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cache.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.9', 'pypy-3.7-v7.x']
python-version: ['3.9', 'pypy-3.8']
steps:
- uses: actions/checkout@v3
- name: Install poetry
Expand Down

0 comments on commit de977ad

Please sign in to comment.