Skip to content

Commit

Permalink
Do not force install linux-64 version of openslide-python (#124)
Browse files Browse the repository at this point in the history
We do not need anymore to force install `linux-64` version of `openslide-python` as `noarch` packages are not available anymore. This will help to add `arm64` support

cc @gigony @jakirkham

Authors:
  - Jordan Jacobelli (https://github.com/Ethyling)

Approvers:
  - https://github.com/jakirkham
  - Gigon Bae (https://github.com/gigony)

URL: #124
  • Loading branch information
jjacobelli authored Oct 7, 2021
1 parent 9e346db commit 5e302bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -692,11 +692,8 @@ test() {

install_python_test_deps_() {
if [ -n "${CONDA_PREFIX}" ]; then
# Override openslide-python due to the following issue:
# https://github.com/conda-forge/openslide-python-feedstock/issues/4
run_command conda install -c conda-forge -y \
--file ${TOP}/python/cucim/requirements-test.txt \
conda-forge/linux-64::openslide-python
--file ${TOP}/python/cucim/requirements-test.txt
else
if [ -n "${VIRTUAL_ENV}" ]; then
run_command pip3 install -r ${TOP}/python/cucim/requirements-test.txt
Expand Down

0 comments on commit 5e302bb

Please sign in to comment.