Skip to content

Commit

Permalink
Merge branch 'helpers-fixes' into streamlit-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
palp committed Aug 7, 2023
2 parents 4d8e7ed + 7e7fee3 commit 9433074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-inference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Symlink checkpoints"
run: ln -s ${{vars.SGM_CHECKPOINTS_PATH}} checkpoints
run: ln -s $SGM_CHECKPOINTS checkpoints
- name: "Setup python"
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 9433074

Please sign in to comment.