Skip to content

Commit a2c2fb5

Browse files
committed
update workflows
1 parent 6f781b8 commit a2c2fb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- name: Install dependencies
2323
run: |
24-
rustup toolchain install nightly
2524
mkdir all-MiniLM-L6-v2_onnx
2625
cd all-MiniLM-L6-v2_onnx && wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/config.json
2726
wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/onnx/model.onnx
@@ -30,4 +29,4 @@ jobs:
3029
wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/tokenizer.json
3130
wget https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/blob/main/vocab.txt
3231
- name: test
33-
run: RUST_TEST_THREADS=1 cargo_test
32+
run: RUST_TEST_THREADS=1 cargo test

0 commit comments

Comments
 (0)