Browse Source
change workflow to only check on py3.7
pull/43/head
Alex Nørgaard
2 years ago
No known key found for this signature in database
GPG Key ID: 94D54F6A3604E97
1 changed files with
2 additions and
1 deletions
-
.github/workflows/coverage_and_lint.yml
|
|
@ -17,7 +17,8 @@ jobs: |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] |
|
|
|
# python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ] |
|
|
|
python-version: [ '3.7' ] |
|
|
|
|
|
|
|
name: "Type Coverage and Linting @ ${{ matrix.python-version }}" |
|
|
|
steps: |
|
|
|