Browse Source

Fix 'git pull' not working on the standalones.

pull/696/head
comfyanonymous 2 years ago
parent
commit
451fb4169a
  1. 1
      .github/workflows/windows_release_cu118_package.yml
  2. 1
      .github/workflows/windows_release_nightly_pytorch.yml

1
.github/workflows/windows_release_cu118_package.yml

@ -30,6 +30,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- shell: bash
run: |
cd ..

1
.github/workflows/windows_release_nightly_pytorch.yml

@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@v4
with:
python-version: '3.11.3'

Loading…
Cancel
Save