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