Skip to content

Commit f3a0b31

Browse files
nope
1 parent 7316721 commit f3a0b31

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
@@ -124,7 +124,7 @@ def lint(session):
124124

125125
@nox.session
126126
def gha_matrix(session):
127-
os_args = session.posargs[0]
127+
os_args = session.posargs[0] if session.posargs else ""
128128
os_list = [os.strip() for os in os_args.split(",") if os_args.strip()] or [
129129
"ubuntu-latest"
130130
]

0 commit comments

Comments
 (0)