mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-07 19:32:06 +00:00
fix workflows
This commit is contained in:
parent
c031658d3e
commit
cb9c933e8c
3 changed files with 3 additions and 3 deletions
2
.github/workflows/gen_docs.yml
vendored
2
.github/workflows/gen_docs.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle libfuse2
|
||||
|
||||
- name: Install OpenSCAD-DocsGen package.
|
||||
run: sudo pip3 install openscad-docsgen
|
||||
run: sudo pip3 install openscad-docsgen imageio
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/gen_tutorials.yml
vendored
2
.github/workflows/gen_tutorials.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil gifsicle libfuse2
|
||||
|
||||
- name: Install OpenSCAD-DocsGen package.
|
||||
run: sudo pip3 install openscad-docsgen
|
||||
run: sudo pip3 install openscad-docsgen imageio
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: sudo apt-get install python3-pip python3-dev python3-setuptools python3-pil libfuse2
|
||||
|
||||
- name: Install OpenSCAD-DocsGen package.
|
||||
run: sudo pip3 install openscad-docsgen
|
||||
run: sudo pip3 install openscad-docsgen imageio
|
||||
|
||||
- name: Install OpenSCAD
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue