Skip to content

Commit 7f5cb7a

Browse files
author
GitHub Actions
committed
Regenerated examples for 41f51fb
1 parent 41f51fb commit 7f5cb7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/calver_inc/noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def types(session):
142142

143143
@nox.session
144144
def gha_matrix(session):
145-
sessions = session.run("python", "-m", "nox", "-l", "--json", silent=True)
145+
sessions = session.run("nox", "-l", "--json", silent=True)
146146
matrix = {
147147
"include": [
148148
{

examples/calver_month/noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def types(session):
142142

143143
@nox.session
144144
def gha_matrix(session):
145-
sessions = session.run("python", "-m", "nox", "-l", "--json", silent=True)
145+
sessions = session.run("nox", "-l", "--json", silent=True)
146146
matrix = {
147147
"include": [
148148
{

examples/default/noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def types(session):
142142

143143
@nox.session
144144
def gha_matrix(session):
145-
sessions = session.run("python", "-m", "nox", "-l", "--json", silent=True)
145+
sessions = session.run("nox", "-l", "--json", silent=True)
146146
matrix = {
147147
"include": [
148148
{

0 commit comments

Comments
 (0)