Skip to content

Commit

Permalink
chore(github actions): properly detect Python formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms committed Jan 8, 2024
1 parent 3682b8b commit cc13db0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
run: python -m pip install --upgrade pip tox nox wheel numpy pytest
- uses: ./.github/actions/setup-firefox
- run: nox -s lint format mypy
- name: Check for dirty working directory
run: git diff --exit-code
- name: Test with tox
run: tox -e ${{ fromJSON('["skip-browser-tests","firefox-xvfb"]')[runner.os == 'Linux'] }}
# Verify that editable install works
Expand Down

0 comments on commit cc13db0

Please sign in to comment.