Skip to content

Commit

Permalink
TST Remove freeimage from test dependencies
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
luispedro committed Jul 12, 2024
1 parent 982242a commit 7199c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-python-package-with-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
numpy-version: '1.25'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
cache-environment: true
Expand All @@ -112,6 +112,7 @@ jobs:
shell: bash -l {0}
run: |
micromamba install --file tests-requirements.txt --name mahotas_test_env
micromamba install --name mahotas_test_env freeimage imread
- name: Build
shell: bash -l {0}
run: |
Expand Down
1 change: 0 additions & 1 deletion tests-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
matplotlib
pip
freeimage
coveralls
pytest<=8.1.1
scipy
Expand Down

0 comments on commit 7199c83

Please sign in to comment.