Skip to content

Commit

Permalink
Make sure we upgrade Numpy on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 1, 2021
1 parent 0ce431f commit 3535bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install:
- LC_ALL=C

# Install glue and dependencies (but without Qt)
- pip install .[all]
- pip install .[all] --upgrade

# Uninstall any version of Qt if QT_PKG is False, and remove all qt
# sub-directories
Expand Down

0 comments on commit 3535bd8

Please sign in to comment.