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 5e7b5d5 commit 703aa98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/setup_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#name: Target Workflow

on:
workflow_dispatch:
repository_dispatch:
types: [Integration-with-Automation]

Expand All @@ -27,7 +28,14 @@ jobs:
build:
runs-on: ubuntu-latest

env:
NAME: ebrains-experimental
DISPLAY_NAME: "EBRAINS-experimental"

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

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

0 comments on commit 703aa98

Please sign in to comment.