Skip to content

Commit 608e0aa

Browse files
regenerate lock and fix nox call
1 parent 596b71b commit 608e0aa

File tree

2 files changed

+394
-171
lines changed

2 files changed

+394
-171
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def demo(session):
161161

162162
@nox.session
163163
def gha_matrix(session):
164-
sessions = session.run("python", "-m", "nox", "-l", "--json", silent=True)
164+
sessions = session.run("nox", "-l", "--json", silent=True)
165165
matrix = {
166166
"include": [
167167
{

0 commit comments

Comments
 (0)