Skip to content

Commit

Permalink
try wget
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Sep 13, 2024
1 parent 703aa98 commit e9f88bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

steps:
- name: Get NEST version
run: 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')
echo $NEST_VERSION
run: 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'
#echo NEST_VERSION

- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit e9f88bd

Please sign in to comment.