Skip to content

Commit 821d392

Browse files
author
sprenger
committed
Add complete frites installation to github workflow
1 parent 509f0d7 commit 821d392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/frites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -e .
26+
pip install -e .['all']
2727
- name: Additional dependencies
2828
run: |
2929
pip install numba xarray pandas matplotlib networkx

0 commit comments

Comments
 (0)