Skip to content

Commit fb512b4

Browse files
author
Daniele Briggi
committed
chore(package): production package
1 parent 863a0b7 commit fb512b4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ runs:
5757
- name: Install SQLite RAG
5858
run: |
5959
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
60+
pip install sqlite-rag
6461
shell: bash
6562

6663
# Cache the downloaded model between workflows

0 commit comments

Comments
 (0)