From 821d392b41b2f4af7182401d8291c0dc86cc0e4c Mon Sep 17 00:00:00 2001 From: sprenger Date: Mon, 1 Feb 2021 11:26:04 +0100 Subject: [PATCH] Add complete frites installation to github workflow --- .github/workflows/frites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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