Skip to content

Commit ad3db18

Browse files
authored
fix nbs again gain (#159)
1 parent 2b547e6 commit ad3db18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@ jobs:
175175
176176
pip install -q jupyter
177177
178+
SCRIPT_ADDRESS="https://raw.githubusercontent.com/makslevental/mlir-python-extras/refs/heads/${BRANCH}/scripts/get_latest_bindings.py"
179+
curl $SCRIPT_ADDRESS -o get_latest_bindings.py
180+
LATEST_VERSION=$(python get_latest_bindings.py "none")
181+
pip install mlir_python_bindings==$LATEST_VERSION -f https://makslevental.github.io/wheels
182+
pip install "git+https://github.com/makslevental/mlir-python-extras@$BRANCH"
183+
178184
sed -i.bak 's/OUTPUT_TIMEOUT = 10/OUTPUT_TIMEOUT = 1000/g' \
179185
$(python -c 'import site; print(site.getsitepackages()[0])')/jupyter_client/runapp.py
180186

0 commit comments

Comments
 (0)