Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Oct 24, 2023
1 parent 3297187 commit 86f0c95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
include:
- session: static
python-versions: "3.11"
extra-args: --output-format=github --select=ALL
- session: formatters_check
python-versions: "3.11"
- session: typing
Expand All @@ -29,4 +30,4 @@ jobs:
python-versions: "${{ matrix.python-versions }}"
- name: "Run nox -e ${{ matrix.session }}"
run: |
nox -e "${{ matrix.session }}"
nox -e "${{ matrix.session }}" ${{ matrix.extra-args}

0 comments on commit 86f0c95

Please sign in to comment.