Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit 432b380

Browse files
authored
fix: nightly snapshots repository typo (#1177)
1 parent bb5e58c commit 432b380

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-snapshot-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defaults:
2424

2525
env:
2626
SNAPSHOT_VERSION: snapshot-latest
27-
SNAPSHOT_SUB_REPOSITORY: /uds/snapshots
27+
SNAPSHOT_SUB_REPOSITORY: /uds/snapshots/
2828

2929
permissions:
3030
contents: read
@@ -170,6 +170,7 @@ jobs:
170170
env:
171171
ANON_KEY: ${{ steps.generate_secrets.outputs.ANON_KEY }}
172172
SERVICE_KEY: ${{ steps.generate_secrets.outputs.SERVICE_KEY }}
173+
LEAPFROGAI_MODEL: llama-cpp-python
173174
run: |
174175
python -m pytest -vvv -s ./tests/e2e
175176

0 commit comments

Comments
 (0)