More github action testing.

This commit is contained in:
Garth Minette 2021-05-31 15:32:56 -07:00
parent 409462c4ca
commit 6d84f05590
3 changed files with 3 additions and 12 deletions

View File

@ -22,14 +22,11 @@ jobs:
run: sudo apt update
- name: Install Packages
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil gifsicle
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil
- name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen
- name: Install pygifsicle
run: sudo pip3 install pygifsicle
- name: Install OpenSCAD
run: |
cd $GITHUB_WORKSPACE

View File

@ -20,14 +20,11 @@ jobs:
run: sudo apt update
- name: Install Packages
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil gifsicle
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil
- name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen
- name: Install pygifsicle
run: sudo pip3 install pygifsicle
- name: Install OpenSCAD
run: |
cd $GITHUB_WORKSPACE

View File

@ -20,14 +20,11 @@ jobs:
run: sudo apt update
- name: Install Packages
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil gifsicle
run: sudo apt-get install -y python3-pip python3-dev python3-setuptools python3-pil
- name: Install openscad-docsgen
run: sudo pip3 install openscad_docsgen
- name: Install pygifsicle
run: sudo pip3 install pygifsicle
- name: Install OpenSCAD
run: |
cd $GITHUB_WORKSPACE