Skip to content

Commit fede2c9

Browse files
committed
numpy 2.0
1 parent 4b9b8f4 commit fede2c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
-c https://repo.prefix.dev/emscripten-forge-dev\
9494
-c https://repo.mamba.pm/conda-forge \
9595
--yes \
96-
"python=${{matrix.python_version}}" "pytest==7.1.1" "numpy<2" exceptiongroup
96+
"python=${{matrix.python_version}}" pytest numpy exceptiongroup
9797
9898
9999
- name: Test in browser-main
@@ -134,7 +134,7 @@ jobs:
134134
-c https://repo.prefix.dev/emscripten-forge-dev\
135135
-c https://repo.mamba.pm/conda-forge \
136136
--yes \
137-
"python=${{matrix.python_version}}" "pytest==7.1.1" exceptiongroup
137+
"python=${{matrix.python_version}}" pytest exceptiongroup
138138
139139
- name: Test in browser-main-no-numpy
140140
run: |

0 commit comments

Comments
 (0)