Merge pull request #557 from revarbat/revarbat_dev

Fix bug with pip installing pygifsicle.
This commit is contained in:
Revar Desmera 2021-05-30 21:16:56 -07:00 committed by GitHub
commit ee11b43c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -27,8 +27,8 @@ jobs:
- name: Install openscad-docsgen - name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen run: sudo pip3 install openscad_docsgen
- name: Install gifsicle - name: Install pygifsicle
run: sudo pip3 install gifsicle run: sudo pip3 install pygifsicle
- name: Install OpenSCAD - name: Install OpenSCAD
run: | run: |

View File

@ -25,8 +25,8 @@ jobs:
- name: Install openscad-docsgen - name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen run: sudo pip3 install openscad_docsgen
- name: Install gifsicle - name: Install pygifsicle
run: sudo pip3 install gifsicle run: sudo pip3 install pygifsicle
- name: Install OpenSCAD - name: Install OpenSCAD
run: | run: |