Skip to content

Commit

Permalink
Make user installation also for the standard pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Jan 11, 2024
1 parent 926c402 commit 4f4d70f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qgis_383.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo $PY_VER
cd oq-engine
export PIP_DEFAULT_TIMEOUT=100
python3 install.py devel --version $ENGINE_BR
python3 install.py user --version $ENGINE_BR
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
source $HOME/openquake/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qgis_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo $PY_VER
cd oq-engine
export PIP_DEFAULT_TIMEOUT=100
python3 install.py devel --version $ENGINE_BR
python3 install.py user --version $ENGINE_BR
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
source $HOME/openquake/bin/activate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qgis_ltr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo $PY_VER
cd oq-engine
export PIP_DEFAULT_TIMEOUT=100
python3 install.py devel --version $ENGINE_BR
python3 install.py user --version $ENGINE_BR
cd ..
echo "Restore OQ-Engine demos for $ENGINE_BR branch "
source $HOME/openquake/bin/activate
Expand Down

0 comments on commit 4f4d70f

Please sign in to comment.