Skip to content

Commit 0893762

Browse files
committed
Fix pre-commit test issues
1 parent 7fdf4ae commit 0893762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ read -r GLIBC_MAJOR GLIBC_MINOR <<<"$(conda list '^sysroot_linux-64$' \
1010
# Build wheel package
1111
if [ -n "${WHEELS_OUTPUT_FOLDER}" ]; then
1212
$PYTHON -m pip wheel --no-build-isolation --no-deps .
13-
${PYTHON} -m wheel tags --remove --platform-tag ${WHEELS_BUILD_TAG} mkl_fft*.whl
14-
cp mkl_fft*.whl ${WHEELS_OUTPUT_FOLDER}
13+
${PYTHON} -m wheel tags --remove --platform-tag "${WHEELS_BUILD_TAG}" mkl_fft*.whl
14+
cp mkl_fft*.whl "${WHEELS_OUTPUT_FOLDER}"
1515
else
1616
# Build conda package
1717
$PYTHON -m pip install --no-build-isolation --no-deps .

0 commit comments

Comments
 (0)