Skip to content

Commit

Permalink
More correct listing of nox envs for the GitHub actions workflow
Browse files Browse the repository at this point in the history
What was here would break with noxenv docstrings.
  • Loading branch information
Julian committed Jul 28, 2023
1 parent 463fe2b commit 1a3ce94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ jobs:
- id: noxenvs-matrix
run: |
echo >>$GITHUB_OUTPUT noxenvs=$(
nox --list-sessions |
grep '^* ' |
cut -d ' ' -f 2- |
jq --raw-input --slurp 'split("\n") | map(select(. != ""))'
nox --list-sessions --json | jq '[.[].session]'
)
ci:
Expand Down

0 comments on commit 1a3ce94

Please sign in to comment.