We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa668e commit 533877fCopy full SHA for 533877f
.github/workflows/build_wheels_macos.yml
@@ -47,7 +47,7 @@ on:
47
build-command:
48
description: The build command to use if build-platform is python-build-package
49
required: false
50
- default: "python -m build --wheel"
+ default: "python3 -m build --wheel"
51
type: string
52
env-var-script:
53
description: "Script that sets Domain-Specific Environment Variables"
@@ -181,7 +181,7 @@ jobs:
181
PYTORCH_VERSION="$(${CONDA_RUN} pip show torch | grep ^Version: | sed 's/Version: *//')"
182
export PYTORCH_VERSION
183
184
- ${CONDA_RUN} python -m pip install build
+ ${CONDA_RUN} python3 -m pip install build
185
echo "Successfully installed Python build package"
186
187
${CONDA_RUN} ${{ inputs.build-command }}
0 commit comments