From 311f937c8a92c2dbf90e567b4922865b5296d12e Mon Sep 17 00:00:00 2001 From: Iglesia Dolci Date: Mon, 15 Jan 2024 12:52:33 +0000 Subject: [PATCH] fix build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 458545f..3d2c69f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install pytest numpy nbval tabulate, scipy + python -m pip install pytest numpy nbval tabulate scipy python -m pip install -e . - name: Test with pytest run: |