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

Commit

Permalink
test env: upgrade numpy from v1.19.5 to v1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jan 16, 2022
1 parent dd0807a commit beeaebe
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 35 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Expand Up @@ -77,6 +77,9 @@ jobs:
- run: pip install --upgrade pipenv==2020.8.13
# by default pipenv picks the latest version in PATH
- run: pipenv --python "$(which python)" install --deploy --dev
# > TypeError: Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type
- run: pipenv run pip install numpy==1.19.5
if: startsWith(matrix.pandas-version, '0.')
# `pipenv install --selective-upgrade "pandas==$PANDAS_VERSION"` was not effective
- run: '[ -z "$PANDAS_VERSION" ] || pipenv run pip install "pandas==$PANDAS_VERSION"'
env:
Expand Down
61 changes: 26 additions & 35 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit beeaebe

Please sign in to comment.