mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
-y.
This commit is contained in:
parent
c1c207206d
commit
eb4d6b06e2
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
# ~/.cargo/git
|
||||
- name: Install
|
||||
run: |
|
||||
sudo apt install python3.11-dev
|
||||
sudo apt install python3.11-dev -y
|
||||
make install-cpu
|
||||
- name: Run server tests
|
||||
run: |
|
||||
@ -85,7 +85,4 @@ jobs:
|
||||
pre-commit run --all-files
|
||||
- name: Run Rust tests
|
||||
run: |
|
||||
cargo test
|
||||
# - name: sccache stats
|
||||
# run: |
|
||||
# /usr/local/bin/sccache --show-stats
|
||||
|
Loading…
Reference in New Issue
Block a user