We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd32e26 commit 4ecaf8bCopy full SHA for 4ecaf8b
.github/workflows/run_tests.yaml
@@ -49,5 +49,5 @@ jobs:
49
50
- name: Run tests
51
run: |
52
- pip install numpy
53
- mojo test tests -I .
+ pip install "numpy<2.0"
+ mojo test tests -I .
0 commit comments