Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Sep 13, 2024
1 parent c9962b6 commit 923f7fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/setup_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ 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'
sed -rn 's/^\s.*nest@([0-9]\.[0-9]).*/\1/p' >> nestvers.txt
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
Expand Down

0 comments on commit 923f7fc

Please sign in to comment.