Skip to content

Commit d32abf2

Browse files
committed
corretn syntax in unittests
1 parent 7eebc6e commit d32abf2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/unittests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
environment-file: ${{ matrix.environment-file }}
3232
micromamba-version: 'latest'
3333

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'
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'
3939

4040
- name: run tests - powershell
4141
shell: powershell

0 commit comments

Comments
 (0)