Skip to content

Commit

Permalink
Merge pull request #128 from slumnitz/gha-testing
Browse files Browse the repository at this point in the history
[DOC] include libpysal.example api changes & reinstall splot for testing
  • Loading branch information
jGaboardi authored Jan 11, 2021
2 parents 66c54ba + 3604eac commit 077a5b8
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 37 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
- run: mamba list
- run: conda config --show-sources
- run: conda config --show
- run: python -m pip install --no-deps -e .
- run: cp utils/matplotlibrc .
- run: python -c 'import libpysal; libpysal.examples.load_example("Guerry"); libpysal.examples.load_example("Rio Grande do Sul")'
- run: pytest -v splot --cov=splot --doctest-modules --cov-config=.coveragerc --cov-report=xml
- run: python -c 'import splot'
- run: pytest -v splot --cov=splot --cov-config=.coveragerc --cov-report=xml #--doctest-modules
- name: codecov (${{ matrix.os }}, ${{ matrix.environment-file }})
uses: codecov/codecov-action@v1
with:
Expand Down
Loading

0 comments on commit 077a5b8

Please sign in to comment.