Skip to content

Commit

Permalink
Bump dependencies (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
frthjf authored Nov 15, 2023
1 parent 3d0d911 commit a9e820d
Show file tree
Hide file tree
Showing 2 changed files with 780 additions and 830 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
- name: Install background dependency (Ubuntu)
if: startsWith(runner.os, 'Linux')
run: |
sudo apt-get install -y libhdf5-mpi-dev # Install hdf5-mpi
sudo apt-get install -y libhdf5-mpi-dev python3-dev # Install hdf5-mpi
- name: Install poetry dependencies
if: steps.cached-python-dependencies.outputs.cache-hit != 'true'
run: |
pip install numpy mpi4py
poetry config virtualenvs.in-project false
poetry install
poetry run pip install neuron
- name: Check style
run: |
make check-codestyle
Expand Down
Loading

0 comments on commit a9e820d

Please sign in to comment.