Skip to content

Commit 8e02f3a

Browse files
committed
web workflow bugfix WIP
1 parent ea20997 commit 8e02f3a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/pytest-web.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,8 @@ jobs:
5050
python -m venv venv
5151
source venv/bin/activate
5252
python -m pip install --upgrade pip setuptools wheel
53-
54-
# Download openquake.engine source distribution and install editable
55-
- name: Install openquake.engine (editable)
56-
run: |
57-
source venv/bin/activate
58-
mkdir -p /tmp/openquake
59-
(cd /tmp/openquake && git clone --branch v${OQ_VERSION} https://github.com/gem/oq-engine.git .)
60-
pip install -r "/tmp/openquake/${REQUIREMENTS_FILE}"
53+
pip install -r "./${REQUIREMENTS_FILE}"
6154
pip install -U -e ".[web]" # upgrade all packages to most recent ones
62-
# pip freeze > ./${REQUIREMENTS_FILE} # in case one wants to freeze dependencies locally
6355
6456
# Run Django migrations and pytest
6557
- name: Test eGSIM (web app)

0 commit comments

Comments
 (0)