From b9a1b668be830f47fce35a50b621998fb147b0a1 Mon Sep 17 00:00:00 2001 From: Robin De Schepper Date: Fri, 29 Mar 2024 16:26:14 +0100 Subject: [PATCH] fix ci deps --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1e755e..e05f670 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: - name: Install dependencies & self run: | python -m pip install --upgrade pip - pip install .[test,parallel] + pip install .[test,parallel,neuron,arbor] pip install NEURON==${{ matrix.nrn }} - name: Run package-free tests run: coverage run -p -m unittest -v