Skip to content

Commit

Permalink
Remove variable from step name
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap authored and koomie committed Jul 16, 2024
1 parent a48a4fe commit 0e8d31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: >
sed -i "s/enable_rocm_smi = True/enable_rocm_smi = False/" \
test/docker/slurm/omnistat.slurm
- name: Set execution type: ${{ matrix.execution }}
- name: Set execution type
run: export TEST_OMNISTAT_EXECUTION=${{ matrix.execution }}
- name: Start containerized environment
run: docker compose -f test/docker/slurm/compose.yaml up -d
Expand Down

0 comments on commit 0e8d31e

Please sign in to comment.