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 ca80d4d commit 4d74644Copy full SHA for 4d74644
.github/workflows/ci.yml
@@ -145,6 +145,8 @@ jobs:
145
- name: Install graphviz
146
run: sudo apt-get -yq install graphviz
147
if: ${{ matrix.install_graphviz }}
148
+ - name: Build extensions
149
+ run: uv pip install --system oldest-supported-numpy "cython<3" && python setup.py build_ext --inplace
150
# Add verbose flag to pip installation if in debug mode
151
- name: Install econml
152
run: uv pip install --system .${{ matrix.extras }} ${{ fromJSON('["","-v"]')[runner.debug] }} ${{ env.use_lkg && '-r lkg-notebook.txt' }}
0 commit comments