Skip to content

Commit 965fd43

Browse files
committed
add install flit to build step
1 parent 3b3b338 commit 965fd43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ def smoke(session):
2020

2121
@nox.session(python=False)
2222
def build(session):
23+
session.install("flit")
2324
session.run(*"flit build".split())

0 commit comments

Comments
 (0)