fix pyfly runner
Some checks failed
python-build / build (push) Failing after 1s

This commit is contained in:
Greg Gauthier 2024-07-21 18:56:07 +00:00
parent a50897a399
commit fec4dbcf43

View File

@ -7,18 +7,23 @@ env:
jobs:
build:
runs-on: ubuntu-gitea
runs-on: python-latest
steps:
- uses: actions/checkout@v2
- name: Is Python Available?
- name: Show Environment
run:
uname -a
&& lsb_release -a
&& python --version
&& pip --version
&& which python3
&& ./install.sh
&& ./demo.sh
- name: Clone Repo
run:
clone https://repos.gmgauthier.com/gmgauthier/pyfly-demo.git .
- name: Install
run:
./install.sh
- name: Execute
run:
./demo.sh