Skip to content

Commit

Permalink
Merge pull request #6 from paulsaxe/main
Browse files Browse the repository at this point in the history
Fixed forgotten use of yapf.
  • Loading branch information
seamm authored Feb 9, 2022
2 parents e74fd1a + 2cb1e97 commit 9aa59e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
shell: bash -l {0}

run: |
black --extend-exclude '_version.py' --check --diff seamm_jobserver tests
flake8 seamm_jobserver tests
yapf --diff --recursive seamm_jobserver tests
test:
name: Test ${{ matrix.os }} Py${{ matrix.python-version }}
Expand Down

0 comments on commit 9aa59e9

Please sign in to comment.