Skip to content

Commit 4a4a854

Browse files
committed
Fix package installation in GH Actions
1 parent bdda1d4 commit 4a4a854

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/weather_routing_tool.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
sudo apt-get update && sudo apt-get -y install libproj-dev proj-data proj-bin libgeos-dev
3838
python -m pip install --upgrade pip
3939
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
4041
pip install git+https://git:${GL_TOKEN}@collaborating.tuhh.de/m-8/fds-research-projects/maridata/maripower.git
4142
- name: Run flake8
4243
run: |

0 commit comments

Comments
 (0)