Skip to content

Commit cd5dd99

Browse files
committed
Simplify silica install dependencies
1 parent 8437661 commit cd5dd99

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/generate.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,7 @@ jobs:
3232
- name: Generate index.json
3333
run: npx silica-package-github --config Packages/UTM/silica_data/index.template.json > Packages/UTM/silica_data/index.json
3434
- name: Setup Silica
35-
run: |
36-
sudo apt-get update
37-
sudo apt-get install python3-dev python3-pip python3-setuptools python3-venv python3-wheel rustc -y
38-
pip3 install setuptools-rust
39-
pip3 install wheel
40-
pip3 install -r requirements.txt
35+
run: pip3 install -r requirements.txt
4136
- name: Generate website
4237
run: python3 index.py
4338
- name: Generate releases

0 commit comments

Comments
 (0)