ci: pinned python version for proper cache

api-breakage
Morty Space 4 years ago committed by GitHub
parent 01b9359230
commit f13a909a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/test_release.yml

@ -18,7 +18,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: ['3.10', '3.9', '3.8', '3.7']
python-version: ['3.10.5', '3.9', '3.8', '3.7']
runs-on: ubuntu-latest
steps:
- name: Download code

Loading…
Cancel
Save