diff --git a/.github/workflows/test-inference.yml b/.github/workflows/test-inference.yml index 38aed1e..6cb6a83 100644 --- a/.github/workflows/test-inference.yml +++ b/.github/workflows/test-inference.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: "Symlink checkpoints" - run: ln -s ${{env.SGM_CHECKPOINTS}} checkpoints + run: ln -s $SGM_CHECKPOINTS checkpoints - name: "Setup python" uses: actions/setup-python@v4 with: