Skip to content

Commit

Permalink
have gh action handle diff python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfulton9 committed Jan 13, 2021
1 parent 463c642 commit f530511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def smoke(session):
session.run(*"pytest --skiphdfs upath".split())


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

0 comments on commit f530511

Please sign in to comment.