Unverified Commit a61e6ef6 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

Fix M1 worklfow comments (#6409)



* shlex -> shutil

* [SKIP CI]

* [skip ci]
Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent c31db6d6
......@@ -43,7 +43,7 @@ jobs:
PY_VERS: ${{ matrix.py_vers }}
run: |
. ~/miniconda3/etc/profile.d/conda.sh
# Needed for JPEG library detection as setup.py detects conda presence by running `shlex.which('conda')`
# Needed for JPEG library detection as setup.py detects conda presence by running `shutil.which('conda')`
export PATH=~/miniconda3/bin:$PATH
set -ex
. packaging/pkg_helpers.bash
......
......@@ -31,7 +31,7 @@ jobs:
PY_VERS: ${{ matrix.py_vers }}
run: |
. ~/miniconda3/etc/profile.d/conda.sh
# Needed for JPEG library detection as setup.py detects conda presence by running `shlex.which('conda')`
# Needed for JPEG library detection as setup.py detects conda presence by running `shutil.which('conda')`
export PATH=~/miniconda3/bin:$PATH
set -ex
conda create -yp ${ENV_NAME} python=${PY_VERS} numpy libpng jpeg scipy
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment