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
|
# ~/.cargo/git
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
sudo apt install python3.11-dev
|
sudo apt install python3.11-dev -y
|
||||||
make install-cpu
|
make install-cpu
|
||||||
- name: Run server tests
|
- name: Run server tests
|
||||||
run: |
|
run: |
|
||||||
@ -85,7 +85,4 @@ jobs:
|
|||||||
pre-commit run --all-files
|
pre-commit run --all-files
|
||||||
- name: Run Rust tests
|
- name: Run Rust tests
|
||||||
run: |
|
run: |
|
||||||
cargo test
|
|
||||||
# - name: sccache stats
|
|
||||||
# run: |
|
|
||||||
# /usr/local/bin/sccache --show-stats
|
# /usr/local/bin/sccache --show-stats
|
||||||
|
Loading…
Reference in New Issue
Block a user