Merge pull request #412 from vsafonkin/v-vsafonkin/fix-poetry-cache-test

Fix e2e test for poetry cache and PyPy-3.7
This commit is contained in:
Marko Zivic 2022-05-31 09:41:08 +02:00 committed by GitHub
commit de977ad132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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