Skip to content

Commit

Permalink
ci: ✨ use the same cwd as manager
Browse files Browse the repository at this point in the history
  • Loading branch information
melMass authored Aug 3, 2023
1 parent b854a30 commit 2ff0467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_embedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
# run install
export COMFY_PYTHON="${GITHUB_WORKSPACE}/ComfyUI_windows_portable/python_embeded/python.exe"
cd "${GITHUB_WORKSPACE}/ComfyUI_windows_portable/ComfyUI/"
$COMFY_PYTHON custom_nodes/${{ env.repo_name }}/install.py -w
cd "${GITHUB_WORKSPACE}/ComfyUI_windows_portable/ComfyUI/custom_nodes"
$COMFY_PYTHON ${{ env.repo_name }}/install.py -w
- name: ⏬ Import mtb_nodes
shell: bash
Expand Down

0 comments on commit 2ff0467

Please sign in to comment.