We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c59f77 + 55d9455 commit 4dd678aCopy full SHA for 4dd678a
2 files changed
.ci/install.sh
@@ -35,7 +35,6 @@ python3 -m pip install -U pytest
35
python3 -m pip install -U pytest-cov
36
python3 -m pip install -U pytest-timeout
37
python3 -m pip install pyroma
38
-python3 -m pip install test-image-results
39
40
if [[ $(uname) != CYGWIN* ]]; then
41
# TODO Remove condition when NumPy supports 3.11
.github/workflows/macos-install.sh
@@ -12,7 +12,6 @@ python3 -m pip install -U pytest
12
13
14
15
16
17
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
18
0 commit comments