Skip to content

Commit 843176f

Browse files
authored
fix: replace the existing reference to brew (langgenius#2481)
1 parent 46f56bb commit 843176f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-pr-check-per-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Check Packaging
147147
run: |
148-
uv run --with requests --with dify_plugin python .scripts/uploader/upload-package.py -d "${{ matrix.plugin_path }}" -t "${{ secrets.MARKETPLACE_TOKEN }}" --plugin-daemon-path /home/linuxbrew/.linuxbrew/bin/dify -u "${{ secrets.MARKETPLACE_BASE_URL }}" -f --test
148+
uv run --with requests --with dify_plugin python .scripts/uploader/upload-package.py -d "${{ matrix.plugin_path }}" -t "${{ secrets.MARKETPLACE_TOKEN }}" --plugin-daemon-path .scripts/dify -u "${{ secrets.MARKETPLACE_BASE_URL }}" -f --test
149149
150150
- name: Validate Dependencies with uv
151151
run: |

0 commit comments

Comments
 (0)