Skip to content

Commit 8521bea

Browse files
Fix CI
1 parent fdfdb14 commit 8521bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
if: ${{ needs.set-variables.outputs.package == 'framework-harmony'}}
176176
shell: bash
177177
run: |
178-
pip install -r tools/requirements.txt
178+
pip install -r tools/requirements-connect.txt
179179
# Use --testpypi or --from_source to change where the deps are picked from
180180
python tools/build.py --remove_intermediate_folder --include_resources resource/bootstrap --platform_dependent build_connect_plugin ${{ needs.set-variables.outputs.folder }}
181181
- name: upload artifacts to release

0 commit comments

Comments
 (0)