Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Sep 27, 2023
1 parent f6b1647 commit bae5dac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nrn-modeldb-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:

- name: parse versions from PR
run: |
set -x
parse_neuron_v1=$(gh pr view $PR_URL --json body -q '.body | capture("(?<nrnV1>NEURON_V1=[^\r\n]*)")')
if [ ! -z "$parse_neuron_v1" ]; then
echo "$(echo $parse_neuron_v1 | jq -r .nrnV1)" >> $GITHUB_ENV
Expand Down Expand Up @@ -167,6 +168,7 @@ jobs:

- name: Run Models with NEURON V1 -> ${{ env.NEURON_V1 }}
run: |
set -x
# Install NEURON V1
if [[ -d "${DROP_DIR_V1}" ]]; then
python -m pip install --user --find-links ${DROP_DIR_V1} neuron-nightly
Expand Down

0 comments on commit bae5dac

Please sign in to comment.