Skip to content

Commit

Permalink
Remove --depth=1 when cloning the engine
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Nov 16, 2023
1 parent abeaa71 commit a765614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qgis_ltr_engine_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
exit 1
fi
# git clone -b $ENGINE_BR --depth=1 https://github.com/gem/oq-engine.git
git clone -b $ENGINE_BR --depth=1 https://github.com/gem/oq-engine.git
git clone -b $ENGINE_BR https://github.com/gem/oq-engine.git
PY_VER=`echo py${{ matrix.python-version }} | tr -d .`
echo $PY_VER
cd oq-engine
Expand Down

0 comments on commit a765614

Please sign in to comment.