Skip to content

Commit

Permalink
For integration tests, install the engine with python3 install.py devel
Browse files Browse the repository at this point in the history
ptormene committed Nov 15, 2023
1 parent e94216f commit 1564761
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/qgis_383.yml
Original file line number Diff line number Diff line change
@@ -45,8 +45,7 @@ jobs:
echo $PY_VER
cd oq-engine
export PIP_DEFAULT_TIMEOUT=100
pip3 install -r requirements-py38-linux64.txt
pip3 install -e .
python3 install.py devel
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
mkdir ~/oqdata
3 changes: 1 addition & 2 deletions .github/workflows/qgis_latest.yml
Original file line number Diff line number Diff line change
@@ -45,8 +45,7 @@ jobs:
echo $PY_VER
cd oq-engine
export PIP_DEFAULT_TIMEOUT=100
pip3 install -r requirements-py38-linux64.txt
pip3 install -e .
python3 install.py devel
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
mkdir ~/oqdata
3 changes: 1 addition & 2 deletions .github/workflows/qgis_ltr.yml
Original file line number Diff line number Diff line change
@@ -45,8 +45,7 @@ jobs:
echo $PY_VER
cd oq-engine
export PIP_DEFAULT_TIMEOUT=100
pip3 install -r requirements-py38-linux64.txt
pip3 install -e .
python3 install.py devel
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
mkdir ~/oqdata

0 comments on commit 1564761

Please sign in to comment.