We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23347f3 commit 0c52f72Copy full SHA for 0c52f72
1 file changed
.github/workflows/test_win.yml
@@ -22,6 +22,9 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install -r requirements.txt
25
+ - name: Install OpenSCAD
26
+ run: choco install -y openscad
27
+ shell: powershell
28
#- name: install dependencies
29
# run: |
30
# chmod +x ./install_dependencies.sh
0 commit comments