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
run:
uname -a
&& git --version
&& python --version
&& pip --version
&& which python3
- name: Clone Repo
run:
clone https://repos.gmgauthier.com/gmgauthier/pyfly-demo.git .
git clone https://repos.gmgauthier.com/gmgauthier/pyfly-demo.git .
- name: Install
run:
./install.sh