From 34204aa55339b624e460aa8da992d0c9d2b7b81a Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Sun, 10 Nov 2024 08:32:00 -0700 Subject: [PATCH] Debugging --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b4b1b4d..ae9951b3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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}