Skip to content

Commit

Permalink
fix: nightly snapshots repository typo (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinthelaw authored Oct 3, 2024
1 parent bb5e58c commit 432b380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-snapshot-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:

env:
SNAPSHOT_VERSION: snapshot-latest
SNAPSHOT_SUB_REPOSITORY: /uds/snapshots
SNAPSHOT_SUB_REPOSITORY: /uds/snapshots/

permissions:
contents: read
Expand Down Expand Up @@ -170,6 +170,7 @@ jobs:
env:
ANON_KEY: ${{ steps.generate_secrets.outputs.ANON_KEY }}
SERVICE_KEY: ${{ steps.generate_secrets.outputs.SERVICE_KEY }}
LEAPFROGAI_MODEL: llama-cpp-python
run: |
python -m pytest -vvv -s ./tests/e2e
Expand Down

0 comments on commit 432b380

Please sign in to comment.