Skip to content

Commit

Permalink
🔧 Fix tests.yml #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jejon authored Mar 5, 2024
1 parent 4e8a372 commit a51b99b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,9 @@ jobs:
cache: true
- name: Install dependencies
run: |
python -m pip install --upgrade tox .
pip install -U .
pdm sync -d
- name: Test with tox
run: |
tox --version
pyversion="${{ matrix.python-version }}"
tox -e py${pyversion/./}
- name: Coverage
- name: Test with pytest
run: |
pdm run test --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit a51b99b

Please sign in to comment.