mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 20:12:07 +00:00
Fixing the github action.
This commit is contained in:
parent
23d9b8aec5
commit
7b1c585019
13
.github/workflows/tests.yaml
vendored
13
.github/workflows/tests.yaml
vendored
@ -20,21 +20,14 @@ jobs:
|
||||
runs-on:
|
||||
group: aws-highmemory-32-plus-priv
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
id: python
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
# Released on: 02 May, 2024
|
||||
# https://releases.rs/docs/1.78.0/
|
||||
# Let rust-toolchain.toml
|
||||
toolchain: 1.85.0
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
- uses: dtolnay/rust-toolchain@1.85.0
|
||||
components: rustfmt, clippy
|
||||
- name: Install Protoc
|
||||
uses: arduino/setup-protoc@v1
|
||||
- name: Clean unused files
|
||||
|
Loading…
Reference in New Issue
Block a user