diff --git a/.github/workflows/frites.yml b/.github/workflows/frites.yml index c3fe90822..701663914 100644 --- a/.github/workflows/frites.yml +++ b/.github/workflows/frites.yml @@ -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