Skip to content

Commit 3841446

Browse files
fix bug
1 parent ac24c1e commit 3841446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mac_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Install library with uv
3030
run: |
3131
pip install uv
32-
# We use the --system flag because uv sometimes ignores conda envs
32+
# This forces a compatible version of NumPy
33+
uv pip install "numpy<2"
3334
uv pip install .
3435
3536
- name: Run Demo

0 commit comments

Comments
 (0)