Skip to content

Commit

Permalink
Whoops typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Sep 19, 2024
1 parent 1fc5aea commit 6c231e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-neuron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
git clone --depth=1 --single-branch ${BRANCH_OPT} ${{github.server_url}}/${{github.repository_owner}}/nrn
# Init submodules for testing purposes
cd nrn && git submodule update --init --recursive
python -m venv env
python3 -m venv env
source env/bin/activate
env/bin/python -m pip install neuron-nightly pytest
env/bin/python -m pytest -k test_multi_gridding_mix

0 comments on commit 6c231e0

Please sign in to comment.