Skip to content

Commit

Permalink
MNT #604 refactor again
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 6, 2021
1 parent b82aa61 commit 5abf024
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/unit-tests-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,7 @@ jobs:
run: |
./resources/unpack.sh
test:
name: Run tests with pytest py${{ matrix.python-version }}
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
max-parallel: 5
- name: Run tests with pytest
- name: Run tests with pytest & coverage
run: |
source $CONDA/bin/activate $ENV_NAME
# proceed as in hklpy
Expand Down

0 comments on commit 5abf024

Please sign in to comment.