Skip to content

Commit 55d9455

Browse files
committed
Do not install test-image-results on GitHub Actions
1 parent 5a087cc commit 55d9455

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.ci/install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ python3 -m pip install -U pytest
3535
python3 -m pip install -U pytest-cov
3636
python3 -m pip install -U pytest-timeout
3737
python3 -m pip install pyroma
38-
python3 -m pip install test-image-results
3938

4039
if [[ $(uname) != CYGWIN* ]]; then
4140
# TODO Remove condition when NumPy supports 3.11

.github/workflows/macos-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ python3 -m pip install -U pytest
1212
python3 -m pip install -U pytest-cov
1313
python3 -m pip install -U pytest-timeout
1414
python3 -m pip install pyroma
15-
python3 -m pip install test-image-results
1615

1716
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
1817
# TODO Remove condition when NumPy supports 3.11

0 commit comments

Comments
 (0)