File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
drake_pip/.github/workflows
drake_poetry/.github/workflows Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
group : ${{ github.head_ref || github.run_id }}
18
18
cancel-in-progress : true
19
19
jobs :
20
- macos_sonoma_arm_cmake_installed :
20
+ macos_sonoma_arm_pip :
21
21
name : macos sonoma 14 arm
22
22
runs-on : macos-14
23
23
steps :
38
38
working-directory : drake_pip
39
39
run : .github/ci_build_test
40
40
shell : zsh -efuo pipefail {0}
41
- ubuntu_jammy_cmake_installed :
41
+ ubuntu_jammy_pip :
42
42
name : ubuntu 22.04 jammy
43
43
runs-on : ubuntu-latest
44
44
container : ubuntu:jammy
Original file line number Diff line number Diff line change 17
17
group : ${{ github.head_ref || github.run_id }}
18
18
cancel-in-progress : true
19
19
jobs :
20
- macos_sonoma_arm_cmake_installed :
20
+ macos_sonoma_arm_poetry :
21
21
name : macos sonoma 14 arm
22
22
runs-on : macos-14
23
23
steps :
42
42
working-directory : drake_poetry
43
43
run : .github/ci_build_test
44
44
shell : zsh -efuo pipefail {0}
45
- ubuntu_jammy_cmake_installed :
45
+ ubuntu_jammy_poetry :
46
46
name : ubuntu 22.04 jammy
47
47
runs-on : ubuntu-latest
48
48
container : ubuntu:jammy
Original file line number Diff line number Diff line change 17
17
group : ${{ github.head_ref || github.run_id }}
18
18
cancel-in-progress : true
19
19
jobs :
20
- macos_sonoma_arm_cmake_installed :
20
+ macos_sonoma_arm_pip :
21
21
name : macos sonoma 14 arm
22
22
runs-on : macos-14
23
23
steps :
38
38
working-directory : drake_pip
39
39
run : .github/ci_build_test
40
40
shell : zsh -efuo pipefail {0}
41
- ubuntu_jammy_cmake_installed :
41
+ ubuntu_jammy_pip :
42
42
name : ubuntu 22.04 jammy
43
43
runs-on : ubuntu-latest
44
44
container : ubuntu:jammy
Original file line number Diff line number Diff line change 17
17
group : ${{ github.head_ref || github.run_id }}
18
18
cancel-in-progress : true
19
19
jobs :
20
- macos_sonoma_arm_cmake_installed :
20
+ macos_sonoma_arm_poetry :
21
21
name : macos sonoma 14 arm
22
22
runs-on : macos-14
23
23
steps :
42
42
working-directory : drake_poetry
43
43
run : .github/ci_build_test
44
44
shell : zsh -efuo pipefail {0}
45
- ubuntu_jammy_cmake_installed :
45
+ ubuntu_jammy_poetry :
46
46
name : ubuntu 22.04 jammy
47
47
runs-on : ubuntu-latest
48
48
container : ubuntu:jammy
You can’t perform that action at this time.
0 commit comments