diff --git a/.github/workflows/build-neuron.yml b/.github/workflows/build-neuron.yml index 3794f10..d269347 100644 --- a/.github/workflows/build-neuron.yml +++ b/.github/workflows/build-neuron.yml @@ -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