File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- name : Install dependencies
36
36
run : |
37
- pip install junit-xml subby
37
+ pip install subby
38
38
39
39
- name : Clone WDL tests
40
40
run : |
Original file line number Diff line number Diff line change 20
20
- name : Install MiniWDL (main branch) and dependencies
21
21
run : |
22
22
pip install git+https://github.com/chanzuckerberg/miniwdl.git@main
23
- pip install junit-xml subby
23
+ pip install subby
24
24
25
25
- name : Clone WDL tests
26
26
run : |
Original file line number Diff line number Diff line change 19
19
20
20
- name : Install Python dependencies
21
21
run : |
22
- pip install junit-xml subby
22
+ pip install subby
23
23
24
24
- name : Install Sprocket dependencies
25
25
run : |
Original file line number Diff line number Diff line change 19
19
20
20
- name : Install Toil WDL and dependencies
21
21
run : |
22
- pip install toil[wdl] junit-xml subby
22
+ pip install toil[wdl] subby
23
23
24
24
- name : Clone WDL tests
25
25
run : |
You can’t perform that action at this time.
0 commit comments