Skip to content

Commit

Permalink
syntax error on git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Oct 16, 2024
1 parent fdfa016 commit e541a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_win64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python -V
Write-Host "Install OQ form master and mbtk from branch ${{ github.ref_name }}"
python -m pip install -U pip
git clone -d 1 -b master https://github.com/gem/oq-engine.git
git clone --depth 1 -b master https://github.com/gem/oq-engine.git
python -m pip install -r oq-engine/requirements-py311-win64.txt
python -m pip install -e /oq-engine/
#.\windows\install_oqmbtk.ps1 -mbtk_branch ${{ github.ref_name }}
Expand Down

0 comments on commit e541a51

Please sign in to comment.