Browse Source

change workflow to only check on py3.7

pull/43/head
Alex Nørgaard 2 years ago
parent
commit
03d7ff54ca
No known key found for this signature in database GPG Key ID: 94D54F6A3604E97
  1. 3
      .github/workflows/coverage_and_lint.yml

3
.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:

Loading…
Cancel
Save