fix typo on clone command
Some checks failed
python-build / build (push) Failing after 10s

This commit is contained in:
Greg Gauthier 2024-07-21 18:58:37 +00:00
parent 15ff7471d2
commit e87aaf6479

View File

@ -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