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 b8e3776 commit 1a58905Copy full SHA for 1a58905
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
# version number must be string, otherwise 3.10 becomes 3.1
23
- os: windows-latest
24
python-version: "3.11"
25
- installs: "numpy>=2.0.0rc1"
+ installs: "'numpy>=2.0.0rc1'"
26
- os: macos-latest
27
python-version: "3.8"
28
- os: ubuntu-latest
0 commit comments