Skip to content

Commit

Permalink
Install numpy on Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 5, 2021
1 parent ab90e93 commit 632c11b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/install.sh
Expand Up @@ -32,8 +32,7 @@ python3 -m pip install -U pytest-cov
python3 -m pip install -U pytest-timeout
python3 -m pip install pyroma
python3 -m pip install test-image-results
# TODO Remove condition when numpy supports 3.10
if ! [ "$GHA_PYTHON_VERSION" == "3.10-dev" ]; then python3 -m pip install numpy ; fi
python3 -m pip install numpy

# PyQt5 doesn't support PyPy3
if [[ $GHA_PYTHON_VERSION == 3.* ]]; then
Expand Down

2 comments on commit 632c11b

@cleofaspinto9727
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boa notite meu velho amigo, cara to digitando mais nao ta indo nao ,pq sera em meu velho amigo

@radarhere
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Translation by Google: good night my old friend, man i'm typing but it's not going, because it will be in my old friend

Please sign in to comment.