Skip to content

Commit

Permalink
Fix multi line command
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap committed Jun 27, 2024
1 parent fb9fb94 commit 70ad2a0
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 @@ -13,7 +13,7 @@ jobs:
run: sed -i "/devices:/,+2 s/^/#/" test/docker/slurm/compose.yaml
- name: Disable SMI collector (won't work in GitHub)
run: >
sed -i "s/enable_rocm_smi = True/enable_rocm_smi = False/"
sed -i "s/enable_rocm_smi = True/enable_rocm_smi = False/" \
test/docker/slurm/omniwatch.slurm
- name: Start containerized environment
run: docker compose -f test/docker/slurm/compose.yaml up -d
Expand Down

0 comments on commit 70ad2a0

Please sign in to comment.