Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
ae35c20
1
Parent(s):
f75b7bc
Fixes integration ConfigSpace installation for ubuntu
Browse files
.github/workflows/test_gedi.yml
CHANGED
@@ -134,6 +134,7 @@ jobs:
|
|
134 |
- name: Install dependencies
|
135 |
run: |
|
136 |
sudo apt install python3-packaging
|
|
|
137 |
- name: Install feeed
|
138 |
run: |
|
139 |
python -m pip install --upgrade pip
|
|
|
134 |
- name: Install dependencies
|
135 |
run: |
|
136 |
sudo apt install python3-packaging
|
137 |
+
sudo apt-get install build-essential python3 python3-dev
|
138 |
- name: Install feeed
|
139 |
run: |
|
140 |
python -m pip install --upgrade pip
|