Skip to content

Commit 4ecaf8b

Browse files
authored
Update run_tests.yaml
1 parent fd32e26 commit 4ecaf8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
5050
- name: Run tests
5151
run: |
52-
pip install numpy
53-
mojo test tests -I .
52+
pip install "numpy<2.0"
53+
mojo test tests -I .

0 commit comments

Comments
 (0)