Skip to content

Commit

Permalink
Do a standard clone, then checkout the branch and get install.py from…
Browse files Browse the repository at this point in the history
… master
  • Loading branch information
ptormene committed Nov 16, 2023
1 parent a765614 commit c5d523e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qgis_ltr_engine_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
exit 1
fi
# 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
git clone https://github.com/gem/oq-engine.git
PY_VER=`echo py${{ matrix.python-version }} | tr -d .`
echo $PY_VER
cd oq-engine
git checkout $ENGINE_BR
git checkout master -- install.py
export PIP_DEFAULT_TIMEOUT=100
python3 install.py devel --version $ENGINE_BR
Expand Down

0 comments on commit c5d523e

Please sign in to comment.