Skip to content

Commit 04a3917

Browse files
committed
updated ci
1 parent b1a15c4 commit 04a3917

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
shell: bash -el {0}
5252
run: |
5353
conda activate faiss
54-
python3 search/search.py --task task1
55-
python3 search/search.py --task task2
56-
python3 eval/eval.py res.csv
57-
python3 eval/plot.py --task task1 res.csv
58-
python3 eval/plot.py --task task2 res.csv
54+
python3 search.py --task task1
55+
python3 search.py --task task2
56+
python3 eval.py res.csv
57+
python3 plot.py --task task1 res.csv
58+
python3 plot.py --task task2 res.csv
5959
- uses: actions/upload-artifact@v4
6060
with:
6161
name: Results

0 commit comments

Comments
 (0)