We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9b8f4 commit fede2c9Copy full SHA for fede2c9
.github/workflows/main.yml
@@ -93,7 +93,7 @@ jobs:
93
-c https://repo.prefix.dev/emscripten-forge-dev\
94
-c https://repo.mamba.pm/conda-forge \
95
--yes \
96
- "python=${{matrix.python_version}}" "pytest==7.1.1" "numpy<2" exceptiongroup
+ "python=${{matrix.python_version}}" pytest numpy exceptiongroup
97
98
99
- name: Test in browser-main
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
- "python=${{matrix.python_version}}" "pytest==7.1.1" exceptiongroup
+ "python=${{matrix.python_version}}" pytest exceptiongroup
138
139
- name: Test in browser-main-no-numpy
140
run: |
0 commit comments