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 fdfdb14 commit 8521beaCopy full SHA for 8521bea
.github/workflows/build-plugin.yml
@@ -175,7 +175,7 @@ jobs:
175
if: ${{ needs.set-variables.outputs.package == 'framework-harmony'}}
176
shell: bash
177
run: |
178
- pip install -r tools/requirements.txt
+ pip install -r tools/requirements-connect.txt
179
# Use --testpypi or --from_source to change where the deps are picked from
180
python tools/build.py --remove_intermediate_folder --include_resources resource/bootstrap --platform_dependent build_connect_plugin ${{ needs.set-variables.outputs.folder }}
181
- name: upload artifacts to release
0 commit comments