We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8437661 commit cd5dd99Copy full SHA for cd5dd99
.github/workflows/generate.yml
@@ -32,12 +32,7 @@ jobs:
32
- name: Generate index.json
33
run: npx silica-package-github --config Packages/UTM/silica_data/index.template.json > Packages/UTM/silica_data/index.json
34
- 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
+ run: pip3 install -r requirements.txt
41
- name: Generate website
42
run: python3 index.py
43
- name: Generate releases
0 commit comments