Skip to content

Commit 5d30e85

Browse files
authored
Update enzyme-bazel.yml
1 parent 83bb56c commit 5d30e85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/enzyme-bazel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
steps:
5555
- name: Install Python dependencies
5656
run: |
57-
apt update
58-
apt-get install python3-pip -y
59-
python3 -m pip install lit --user
57+
# apt update
58+
# apt-get install python3-pip -y
59+
# python3 -m pip install lit --break-system-packages
6060
- uses: actions/checkout@v4
6161
- uses: actions/checkout@v4
6262
with:

0 commit comments

Comments
 (0)