File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ' 3.12'
31
- - name : pip setup
32
- working-directory : drake_pip
33
- run : setup/install_prereqs
34
- shell : zsh -efuo pipefail {0}
31
+ # - name: pip setup
32
+ # working-directory: drake_pip
33
+ # run: setup/install_prereqs
34
+ # shell: zsh -efuo pipefail {0}
35
35
- name : pip build and test
36
36
working-directory : drake_pip
37
37
run : .github/ci_build_test
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-get-assume-yes
8
8
9
9
export DEBIAN_FRONTEND=' noninteractive'
10
10
11
- setup/install_prereqs
11
+ # setup/install_prereqs
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ jobs:
39
39
uses : actions/setup-python@v5
40
40
with :
41
41
python-version : ' 3.12'
42
- - name : pip setup
43
- working-directory : drake_pip
44
- run : setup/install_prereqs
45
- shell : zsh -efuo pipefail {0}
42
+ # - name: pip setup
43
+ # working-directory: drake_pip
44
+ # run: setup/install_prereqs
45
+ # shell: zsh -efuo pipefail {0}
46
46
- name : pip build and test
47
47
working-directory : drake_pip
48
48
run : .github/ci_build_test
You can’t perform that action at this time.
0 commit comments