Skip to content

Commit 5195325

Browse files
committed
fix numpy pin
1 parent db1865c commit 5195325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install dependencies
106106
run: |
107107
pip install --upgrade pip
108-
pip install -e .[dev] numpy=${{matrix.numpy-version}}
108+
pip install -e .[dev] numpy==${{matrix.numpy-version}}
109109
- name: Pyright
110110
if: matrix.run-expensive-tests
111111
run: |

0 commit comments

Comments
 (0)