We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a6f83 commit 1685c3eCopy full SHA for 1685c3e
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Download model
91
run: curl -L $env:MODEL_URL --create-dirs -o models/$env:MODEL_NAME
92
- name: Download reranking model
93
- run: curl -L ${RERANKING_MODEL_URL} --create-dirs -o models/${RERANKING_MODEL_NAME}
+ run: curl -L $env:RERANKING_MODEL_URL --create-dirs -o models/$env:RERANKING_MODEL_NAME
94
- name: List files in models directory
95
run: ls -l models/
96
- name: Run tests
0 commit comments