We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40cb02 commit eb911f8Copy full SHA for eb911f8
1 file changed
.github/workflows/ci_metal.yaml
@@ -24,6 +24,9 @@ jobs:
24
with:
25
python-version: '3.12'
26
27
+ - name: Install Python dependencies
28
+ run: pip install requests
29
+
30
- name: Configure + Build
31
run: python -m scripts.build_all
32
0 commit comments