Skip to content

Commit

Permalink
Add complete frites installation to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaSprenger committed Feb 1, 2021
1 parent 509f0d7 commit 821d392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -e .['all']
- name: Additional dependencies
run: |
pip install numba xarray pandas matplotlib networkx
Expand Down

0 comments on commit 821d392

Please sign in to comment.