Skip to content

Commit 4084bf0

Browse files
authored
update requirement test (#647)
1 parent 90f870c commit 4084bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci_support/check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
with open("pyproject.toml", "r") as f:
66
data = tomlkit.load(f)
77

8-
lst = []
8+
lst = list(data['build-system']['requires'])
99
for sub_lst in data["project"]["optional-dependencies"].values():
1010
for el in sub_lst:
1111
lst.append(el)

0 commit comments

Comments
 (0)