Skip to content

Commit 229a4b4

Browse files
rename matrix session to "gha_matrix"
1 parent 44401ca commit 229a4b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- id: set-matrix
3636
run: |
37-
python -m nox --session "matrix"
37+
python -m nox --session "gha_matrix"
3838
3939
test:
4040
name: Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def mypy(session):
116116

117117

118118
@nox.session
119-
def matrix(session):
119+
def gha_matrix(session):
120120
sessions_json = session.run("nox", "-l", "--json", silent=True)
121121
sessions = json.loads(sessions_json)
122122
matrix = {

0 commit comments

Comments
 (0)