From 6c231e00516ebde8ff3d7b5698e6d6cedfabcb8f Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Thu, 19 Sep 2024 14:55:51 +0200 Subject: [PATCH] Whoops typo --- .github/workflows/build-neuron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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