Skip to content

Commit 4ce2fda

Browse files
authored
Apply suggestions from code review
1 parent c127442 commit 4ce2fda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test_config: ["latest"]
1919
include:
2020
- python-version: "3.9"
21-
numpy_ver: "1.21"
21+
numpy_ver: "1.22"
2222
os: ubuntu-latest
2323
test_config: "NEP29"
2424
- python-version: "3.6.8"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ markers = [
6969
"download",
7070
"no_download",
7171
"load_options",
72+
"new_tests",
7273
"first",
7374
"second"
7475
]

0 commit comments

Comments
 (0)