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 c127442 commit 4ce2fdaCopy full SHA for 4ce2fda
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
test_config: ["latest"]
19
include:
20
- python-version: "3.9"
21
- numpy_ver: "1.21"
+ numpy_ver: "1.22"
22
os: ubuntu-latest
23
test_config: "NEP29"
24
- python-version: "3.6.8"
pyproject.toml
@@ -69,6 +69,7 @@ markers = [
69
"download",
70
"no_download",
71
"load_options",
72
+ "new_tests",
73
"first",
74
"second"
75
]
0 commit comments