mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
Fixing the github action.
This commit is contained in:
parent
bbc68748b7
commit
1a8c4a773c
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -27,7 +27,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- uses: dtolnay/rust-toolchain@1.85.0
|
- uses: dtolnay/rust-toolchain@1.85.0
|
||||||
components: rustfmt, clippy
|
with:
|
||||||
|
components: rustfmt, clippy
|
||||||
- name: Install Protoc
|
- name: Install Protoc
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
- name: Clean unused files
|
- name: Clean unused files
|
||||||
|
Loading…
Reference in New Issue
Block a user