We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdda1d4 commit 4a4a854Copy full SHA for 4a4a854
1 file changed
.github/workflows/weather_routing_tool.yaml
@@ -37,6 +37,7 @@ jobs:
37
sudo apt-get update && sudo apt-get -y install libproj-dev proj-data proj-bin libgeos-dev
38
python -m pip install --upgrade pip
39
if [ -f requirements.test.txt ]; then pip install -r requirements.test.txt; fi
40
+ if [ -f requirements-without-deps.txt ]; then pip install -r requirements-without-deps.txt --no-deps; fi
41
pip install git+https://git:${GL_TOKEN}@collaborating.tuhh.de/m-8/fds-research-projects/maridata/maripower.git
42
- name: Run flake8
43
run: |
0 commit comments