From 6055be01a1357ec3c13937c3aab28360b5e80ea3 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 25 Oct 2021 15:45:42 -0400 Subject: update black and format Closes: #342 Pull-request: https://github.com/sqlalchemy/mako/pull/342 Pull-request-sha: 21a068103481410cf4856fb07c19146dc684d460 Change-Id: I9027433ec23ee19c9d9a47015e0327acf409e2d8 --- .github/workflows/run-on-pr.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index b916836..9b8b545 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -10,7 +10,7 @@ on: jobs: run-test: - name: ${{ matrix.python-version }}-${{ matrix.os }} + name: ${{ matrix.python-version }}-${{ matrix.os }}-${{matrix.tox-env}} runs-on: ${{ matrix.os }} strategy: # run this job using this matrix @@ -19,6 +19,9 @@ jobs: - "ubuntu-latest" python-version: - "3.10" + tox-env: + - "" + - "-e pep8" fail-fast: false @@ -40,4 +43,4 @@ jobs: pip list - name: Run tests - run: tox \ No newline at end of file + run: tox ${{ matrix.tox-env }} -- cgit v1.2.1