Skip to content

Commit

Permalink
Clone the desired engine branch but get the install.py from master
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Nov 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1d6d309 commit abeaa71
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
@@ -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 master --depth=1 https://github.com/gem/oq-engine.git
git clone -b $ENGINE_BR --depth=1 https://github.com/gem/oq-engine.git
PY_VER=`echo py${{ matrix.python-version }} | tr -d .`
echo $PY_VER
cd oq-engine
git checkout master -- install.py
export PIP_DEFAULT_TIMEOUT=100
python3 install.py devel --version $ENGINE_BR
cd ..

0 comments on commit abeaa71

Please sign in to comment.