Skip to content

Commit

Permalink
Run lint & test on macos-latest, due to weird warnings on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Mar 10, 2023
1 parent 4574399 commit ccfe243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install project
run: poetry install -E all
- name: Lint and static analysis
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' # no need to run that 9x
if: matrix.os == 'macos-latest' && matrix.python-version == '3.11' # no need to run that 9x
run: |
poetry run isort --check --diff vpype vpype_cli vpype_viewer tests
poetry run black --check --diff vpype vpype_cli vpype_viewer tests
Expand Down

0 comments on commit ccfe243

Please sign in to comment.