Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies committed Nov 10, 2024
1 parent 4b6591e commit 34204aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,20 @@ jobs:
run: |
micromamba run -n test python -V
micromamba info
micromamba list -n test
- name: Test with Coverage (Ubuntu)
if: matrix.os == 'ubuntu-latest'
shell: bash -l {0}
run: |
micromamba run -n test python -m pytest -v -m "not wheel" -rxXs --cov fiona --cov-report term-missing
- name: Test with Coverage (Windows)
if: matrix.os == 'windows-latest'
shell: bash -l {0}
run: |
micromamba run -n test python -m pytest -v -m "not wheel" -rxXs --cov fiona --cov-report term-missing
- name: Test with Coverage (OSX)
if: "${{matrix.os}} == 'macos-13' || ${{matrix.os}} == 'macos-14'"
shell: bash -l {0}
Expand Down

0 comments on commit 34204aa

Please sign in to comment.