File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3333
3434 - name : run tests - bash
3535 shell : bash -l {0}
36- run : python -c 'import libpysal; libpysal.examples.fetch_all()'
37- run : pytest -v libpysal --cov=libpysal --cov-report=xml
36+ run : |
37+ python -c 'import libpysal; libpysal.examples.fetch_all()'
38+ pytest -v libpysal --cov=libpysal --cov-report=xml
3839 if : matrix.os != 'windows-latest'
3940
4041 - name : run tests - powershell
4142 shell : powershell
42- run : python -c 'import libpysal; libpysal.examples.fetch_all()'
43- run : pytest -v libpysal --cov=libpysal --cov-report=xml
43+ run : |
44+ python -c 'import libpysal; libpysal.examples.fetch_all()'
45+ pytest -v libpysal --cov=libpysal --cov-report=xml
4446 if : matrix.os == 'windows-latest'
4547
4648 - name : ${{ matrix.os }}, ${{ matrix.environment-file }}
You can’t perform that action at this time.
0 commit comments