Skip to content

Commit 7199c83

Browse files
committed
TST Remove freeimage from test dependencies
OTOH, freeimage and imread to CI test env. This way, they are tested on CI, but not required for wheel building and others Also, upgrade deprecated actions/checkout@v2 action (to actions/checkout@v4)
1 parent 982242a commit 7199c83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-python-package-with-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
numpy-version: '1.25'
101101

102102
steps:
103-
- uses: actions/checkout@v2
103+
- uses: actions/checkout@v4
104104
- uses: mamba-org/setup-micromamba@v1
105105
with:
106106
cache-environment: true
@@ -112,6 +112,7 @@ jobs:
112112
shell: bash -l {0}
113113
run: |
114114
micromamba install --file tests-requirements.txt --name mahotas_test_env
115+
micromamba install --name mahotas_test_env freeimage imread
115116
- name: Build
116117
shell: bash -l {0}
117118
run: |

tests-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
matplotlib
22
pip
3-
freeimage
43
coveralls
54
pytest<=8.1.1
65
scipy

0 commit comments

Comments
 (0)