Skip to content

Commit a4b8f65

Browse files
committed
only pin major numpy version
1 parent 5195325 commit a4b8f65

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)