Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3383592
D11474.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11474.diff
View Options
diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml
--- a/.github/workflows/android_ci.yml
+++ b/.github/workflows/android_ci.yml
@@ -27,7 +27,7 @@
run: sudo ./install_protobuf.sh
- name: Fix node-gyp
- run: python3 -m pip install packaging setuptools
+ run: python -m pip install packaging setuptools
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall
diff --git a/.github/workflows/eslint_flow_jest.yml b/.github/workflows/eslint_flow_jest.yml
--- a/.github/workflows/eslint_flow_jest.yml
+++ b/.github/workflows/eslint_flow_jest.yml
@@ -17,7 +17,7 @@
run: sudo ./install_protobuf.sh
- name: Fix node-gyp
- run: python3 -m pip install packaging setuptools
+ run: python -m pip install packaging setuptools
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall
diff --git a/.github/workflows/ios_ci.yml b/.github/workflows/ios_ci.yml
--- a/.github/workflows/ios_ci.yml
+++ b/.github/workflows/ios_ci.yml
@@ -46,7 +46,7 @@
run: brew install protobuf
- name: Fix node-gyp
- run: python3 -m pip install packaging setuptools
+ run: python -m pip install packaging setuptools
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall
diff --git a/.github/workflows/macos_ci.yml b/.github/workflows/macos_ci.yml
--- a/.github/workflows/macos_ci.yml
+++ b/.github/workflows/macos_ci.yml
@@ -21,7 +21,7 @@
uses: actions/checkout@v3
- name: Fix node-gyp
- run: python3 -m pip install packaging setuptools
+ run: python -m pip install packaging setuptools
- name: Install Developer certificate
env:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 29, 4:51 PM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2597516
Default Alt Text
D11474.diff (1 KB)
Attached To
Mode
D11474: [GH Actions] Fix pip issue
Attached
Detach File
Event Timeline
Log In to Comment