Skip to content

Commit

Permalink
fix ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Mar 29, 2024
1 parent 8c391c6 commit b9a1b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9a1b66

Please sign in to comment.