Skip to content

Commit f91d2a3

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/enzyme-bazel.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ jobs:
5252
image: ${{ (contains(matrix.os, 'linux') && 'ghcr.io/enzymead/reactant-docker-images@sha256:91e1edb7a7c869d5a70db06e417f22907be0e67ca86641d48adcea221fedc674' ) || '' }}
5353

5454
steps:
55-
- name: Install Python dependencies
55+
- name: Install Eigen
5656
run: |
57-
# apt update
58-
# apt-get install python3-pip -y
59-
# python3 -m pip install lit --break-system-packages
57+
apt update
58+
apt-get install libeigen3-dev -y
6059
- uses: actions/checkout@v4
6160
- uses: actions/checkout@v4
6261
with:

0 commit comments

Comments
 (0)