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 2b04dd0 commit 38442b0Copy full SHA for 38442b0
.github/workflows/wheel.yaml
@@ -22,7 +22,7 @@ jobs:
22
working-directory: /workspace
23
run: |
24
python3 -m pip install cmake --upgrade
25
- ./build.sh --build_wheel --config Release --parallel ${{ github.event_name == 'pull_request' && ' ' || '--skip_tests'}} --skip_submodule_sync
+ ./build.sh --build_wheel --config Release --parallel ${{ github.event_name == 'pull_request' && ' ' || '--skip_tests'}} --skip_submodule_sync --allow_running_as_root
26
wheel_path=$(find . -name '*.whl' | xargs readlink -f)
27
echo "wheel_path=$wheel_path" >> $GITHUB_ENV
28
- name: Count releases
0 commit comments