We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d30e85 commit f91d2a3Copy full SHA for f91d2a3
.github/workflows/enzyme-bazel.yml
@@ -52,11 +52,10 @@ jobs:
52
image: ${{ (contains(matrix.os, 'linux') && 'ghcr.io/enzymead/reactant-docker-images@sha256:91e1edb7a7c869d5a70db06e417f22907be0e67ca86641d48adcea221fedc674' ) || '' }}
53
54
steps:
55
- - name: Install Python dependencies
+ - name: Install Eigen
56
run: |
57
- # apt update
58
- # apt-get install python3-pip -y
59
- # python3 -m pip install lit --break-system-packages
+ apt update
+ apt-get install libeigen3-dev -y
60
- uses: actions/checkout@v4
61
62
with:
0 commit comments