We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eebc6e commit d32abf2Copy full SHA for d32abf2
.github/workflows/unittests.yml
@@ -31,11 +31,11 @@
31
environment-file: ${{ matrix.environment-file }}
32
micromamba-version: 'latest'
33
34
- - name: run tests - bash
35
- shell: bash -l {0}
36
- run: python -c 'import libpysal; libpysal.examples.fetch_all()'
37
- run: pytest -v libpysal --cov=libpysal --cov-report=xml
38
- if: matrix.os != 'windows-latest'
+ - name: run tests - bash
+ shell: bash -l {0}
+ run: python -c 'import libpysal; libpysal.examples.fetch_all()'
+ run: pytest -v libpysal --cov=libpysal --cov-report=xml
+ if: matrix.os != 'windows-latest'
39
40
- name: run tests - powershell
41
shell: powershell
0 commit comments