Skip to content

Commit f530511

Browse files
committed
have gh action handle diff python versions
1 parent 463c642 commit f530511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def smoke(session):
1818
session.run(*"pytest --skiphdfs upath".split())
1919

2020

21-
@nox.session(python=['3.7', '3.8'])
21+
@nox.session(python=False)
2222
def build(session):
2323
session.install("flit")
2424
session.run(*"flit build".split())

0 commit comments

Comments
 (0)