Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
!fixup check pandas version
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Dec 31, 2020
1 parent 494b9e4 commit 5ed5912
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
- run: '[ -z "$PANDAS_VERSION" ] || pipenv install --selective-upgrade "pandas==$PANDAS_VERSION"'
env:
PANDAS_VERSION: ${{ matrix.pandas-version }}
- run: git diff
- run: '[ -z "$PANDAS_VERSION" ] || pipenv run pip freeze | grep pandas'
env:
PANDAS_VERSION: ${{ matrix.pandas-version }}
- run: pipenv graph
- run: pipenv run pytest --cov="$(cat *.egg-info/top_level.txt)" --cov-report=term-missing --cov-fail-under=100
- run: pipenv run pylint --load-plugins=pylint_import_requirements "$(cat *.egg-info/top_level.txt)"
Expand Down

0 comments on commit 5ed5912

Please sign in to comment.