Skip to content

Commit d6c84a2

Browse files
author
Sylvain MARIE
committed
Now using nox --json instead of our gha_list
1 parent 596111b commit d6c84a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: List 'tests' nox sessions and required python versions
3838
id: set-matrix
39-
run: echo "::set-output name=matrix::$(nox -s gha_list -- -s tests -v)"
39+
run: echo "::set-output name=matrix::$(nox --json -l -- -s tests -v)"
4040

4141
outputs:
4242
matrix: ${{ steps.set-matrix.outputs.matrix }} # save nox sessions list to outputs

0 commit comments

Comments
 (0)