Skip to content

Commit 0c7f1e1

Browse files
committed
try running CI without install_prereqs script on pip
1 parent d5f2c75 commit 0c7f1e1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/pip.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
uses: actions/setup-python@v5
2929
with:
3030
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}
3535
- name: pip build and test
3636
working-directory: drake_pip
3737
run: .github/ci_build_test

drake_pip/.github/ubuntu_setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-get-assume-yes
88

99
export DEBIAN_FRONTEND='noninteractive'
1010

11-
setup/install_prereqs
11+
# setup/install_prereqs

drake_pip/.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
uses: actions/setup-python@v5
4040
with:
4141
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}
4646
- name: pip build and test
4747
working-directory: drake_pip
4848
run: .github/ci_build_test

0 commit comments

Comments
 (0)