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 44c9fc5 commit 76d47d1Copy full SHA for 76d47d1
.github/workflows/react_native.yml
@@ -57,8 +57,7 @@ jobs:
57
BUILD_SCRIPT="${{ github.workspace }}/tools/ci_build/github/android${{ runner.temp }}_aar_package.py"
58
BUILD_SETTINGS="${{ runner.temp }}/.build_settings/build_settings.json"
59
60
-
61
- python3 -m pip install -r ${{ github.workspace }}/tools/ci_build/requirements/pybind/requirements.txt
+ python3 -m pip install --user -r ${{ github.workspace }}/tools/ci_build/requirements/pybind/requirements.txt
62
63
python3 $BUILD_SCRIPT --build_dir ${{ runner.temp }} --config $BUILD_CONFIG --android_sdk_path $ANDROID_SDK_HOME --android_ndk_path $ANDROID_NDK_HOME $BUILD_SETTINGS
64
0 commit comments