File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
set -ex
35
35
36
36
cd slurm-docker-cluster
37
- docker- compose pull --ignore-pull-failures
37
+ docker compose pull --ignore-pull-failures
38
38
continue-on-error : true
39
39
# cache layers to avoid rebuilding slurm
40
40
-
uses :
satackey/[email protected]
@@ -48,11 +48,10 @@ jobs:
48
48
run : |
49
49
set -ex
50
50
cd slurm-docker-cluster
51
- IMAGE_TAG=$SLURM_VERSION docker- compose up --detach
51
+ IMAGE_TAG=$SLURM_VERSION docker compose up --detach
52
52
- name : Install Dependencies
53
- run :
53
+ run : |
54
54
set -ex
55
-
56
55
pip install wheel
57
56
- name : Run Slurm Integration Tests
58
57
run : |
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ torchtext==0.17.1
31
31
torchvision==0.17.1
32
32
ts==0.5.1
33
33
ray[default]
34
+ wheel
34
35
35
36
# lint (linter versions are managed by lintrunner)
36
37
lintrunner
You can’t perform that action at this time.
0 commit comments