From 50a72b331055483ed774e280c77ac2fdb4544a75 Mon Sep 17 00:00:00 2001 From: Javier Cladellas Date: Wed, 30 Oct 2024 10:38:15 +0100 Subject: [PATCH] bug fix --- .github/workflows/benchmark.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4d8ffb47..06caed3d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -87,10 +87,11 @@ jobs: env: GIRDER_API_KEY: ${{secrets.GIRDER}} - id: hpc-systems + name: Set HPC systems matrix run: | source .venv/bin/activate - - echo matrix=$(hpc-dispatch -mp ./tmp/machines_config.json -o ./tmp/machines/) >> $GITHUB_OUTPUT + matrix=$(hpc-dispatch -mp ./tmp/machines_config.json -o ./tmp/machines/) + echo "matrix=$matrix" >> $GITHUB_OUTPUT - name: benchmark_config_download run: | source .venv/bin/activate