Skip to content

Commit

Permalink
Fix run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
vzvyagintsev committed Jun 18, 2024
1 parent 9e84b1c commit 3f16362
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
Expand All @@ -38,7 +36,7 @@ jobs:
- name: Run Tests on Python ${{ matrix.python-version }}
run: |
python -mflake8 crosspm
python -mcoverage run -m py.test tests
python -mcoverage run -m pytest tests
build-artifact:
uses: ./.github/workflows/build.yml
needs: tests

0 comments on commit 3f16362

Please sign in to comment.