mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Attempt to fix apt failure
This commit is contained in:
parent
bb4101ea5b
commit
fdc1f897ed
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
@ -42,6 +42,7 @@ jobs:
|
|||||||
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
|
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install python3.11-dev -y
|
sudo apt install python3.11-dev -y
|
||||||
make install-cpu
|
make install-cpu
|
||||||
- name: Run server tests
|
- name: Run server tests
|
||||||
|
Loading…
Reference in New Issue
Block a user