Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 25, 2024
1 parent a5f42d9 commit 1a804b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
node-version: '20.x'
corepack: true

- name: Install Dependencies
run: yarn install

- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.12'

- uses: actions/checkout@v4

- name: Install Dependencies
run: yarn install

# - name: Make ComfyUI assets
# run: |
# # pip install comfy-cli
Expand Down

0 comments on commit 1a804b9

Please sign in to comment.