From cb9c933e8ccc165f547e736977401b12ded4c004 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Fri, 13 Jun 2025 17:43:36 -0400 Subject: [PATCH] fix workflows --- .github/workflows/gen_docs.yml | 2 +- .github/workflows/gen_tutorials.yml | 2 +- .github/workflows/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gen_docs.yml b/.github/workflows/gen_docs.yml index 13324589..f46d6fa1 100644 --- a/.github/workflows/gen_docs.yml +++ b/.github/workflows/gen_docs.yml @@ -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: | diff --git a/.github/workflows/gen_tutorials.yml b/.github/workflows/gen_tutorials.yml index 0bc8e61e..f67684e0 100644 --- a/.github/workflows/gen_tutorials.yml +++ b/.github/workflows/gen_tutorials.yml @@ -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: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a5cab9f..803adcaa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: |