mirror of
https://github.com/Stability-AI/generative-models.git
synced 2025-12-17 21:34:21 +01:00
Move CODEOWNERS so it has an effect (#66)
* Move CODEOWNERS so it has an effect * CI: use vars.SGM_CHECKPOINTS_PATH
This commit is contained in:
2
.github/workflows/test-inference.yml
vendored
2
.github/workflows/test-inference.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: "Symlink checkpoints"
|
||||
run: ln -s ${{secrets.SGM_CHECKPOINTS_PATH}} checkpoints
|
||||
run: ln -s ${{vars.SGM_CHECKPOINTS_PATH}} checkpoints
|
||||
- name: "Setup python"
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user