Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 1fa2ee8

Browse files
authored
Merge pull request #1165 from cbworden/ver_4_1_beta
Tied install to latest commit of OpenQuake; will tag as v4.1_beta1
2 parents 1889b1c + 5f58ece commit 1fa2ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ fi
228228

229229
# Install OQ from github to get NGA East since it isn't in a release yet.
230230
echo "Installing OpenQuake from github..."
231-
pip install --upgrade git+https://github.com/gem/oq-engine
231+
pip install --upgrade git+https://github.com/gem/oq-engine@0bb92b111ebb0d2c3969abf4b4de73777c095f92
232232
if [ $? -ne 0 ];then
233233
echo "Failed to pip install OpenQuake. Exiting."
234234
exit 1

0 commit comments

Comments
 (0)