Update test-eynollah.yml

Use 3.7 for actions
This commit is contained in:
Clemens Neudecker 2023-02-09 20:39:27 +01:00 committed by GitHub
parent 03311c9c66
commit 08f456a52b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6'] # '3.7'
python-version: ['3.7'] # '3.8'
steps:
- uses: actions/checkout@v2