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 e9f88bd commit 6fba885
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/setup_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ jobs:

steps:
- name: Get 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
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)" >> nest_ver

- name: Use environment variable
run: |
echo "The value of MY_ENV_VAR is $NEST_VERSION"
- name: Check out repository code
uses: actions/checkout@v4

- name: Run a one-line script
run: echo Hello, world!
run: echo Hello, NEST!

0 comments on commit 6fba885

Please sign in to comment.