diff --git a/.github/workflows/setup_notebooks.yml b/.github/workflows/setup_notebooks.yml index aa34f2a..32f1066 100644 --- a/.github/workflows/setup_notebooks.yml +++ b/.github/workflows/setup_notebooks.yml @@ -35,10 +35,11 @@ jobs: - name: Get NEST version run: | wget -q -O spack.txt 'https://gitlab.ebrains.eu/ri/tech-hub/platform/esd/ebrains-spack-builds/-/raw/master/spack.yaml?ref_type=heads&inline=false' - ls sed -rn 's/^\s.*nest@([0-9]\.[0-9]).*/\1/p' spack.txt >> nestvers.txt cat nestvers.txt echo "NEST_VERSION = $(cat nestvers.txt)" >> $GITHUB_ENV + echo "$GITHUB_ENV" + echo "NEST_VERSION IS $NEST_VERSION" #run: echo "NEST_VERSION = $(wget -q -O - 'https://gitlab.ebrains.eu/ri/tech-hub/platform/esd/ebrains-spack-builds/-/raw/master/spack.yaml?ref_type=heads&inline=false' | sed -rn 's/^\s.*nest@([0-9]\.[0-9]).*/\1/p')" >> $GITHUB_ENV