This commit is contained in:
parent
15ff7471d2
commit
e87aaf6479
@ -13,12 +13,13 @@ jobs:
|
|||||||
- name: Show Environment
|
- name: Show Environment
|
||||||
run:
|
run:
|
||||||
uname -a
|
uname -a
|
||||||
|
&& git --version
|
||||||
&& python --version
|
&& python --version
|
||||||
&& pip --version
|
&& pip --version
|
||||||
&& which python3
|
&& which python3
|
||||||
- name: Clone Repo
|
- name: Clone Repo
|
||||||
run:
|
run:
|
||||||
clone https://repos.gmgauthier.com/gmgauthier/pyfly-demo.git .
|
git clone https://repos.gmgauthier.com/gmgauthier/pyfly-demo.git .
|
||||||
- name: Install
|
- name: Install
|
||||||
run:
|
run:
|
||||||
./install.sh
|
./install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user