diff --git a/.github/workflows/qgis_ltr_engine_releases.yml b/.github/workflows/qgis_ltr_engine_releases.yml index c7a6561fd..05a12b796 100644 --- a/.github/workflows/qgis_ltr_engine_releases.yml +++ b/.github/workflows/qgis_ltr_engine_releases.yml @@ -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