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 863a0b7 commit fb512b4Copy full SHA for fb512b4
action.yaml
@@ -57,10 +57,7 @@ runs:
57
- name: Install SQLite RAG
58
run: |
59
python -m pip install --upgrade pip
60
- pip install \
61
- -i https://test.pypi.org/simple/ \
62
- --extra-index-url https://pypi.org/simple \
63
- sqlite-rag
+ pip install sqlite-rag
64
shell: bash
65
66
# Cache the downloaded model between workflows
0 commit comments