Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Oct 30, 2024
1 parent fefd42e commit 50a72b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50a72b3

Please sign in to comment.