From ccfe2436a980856486db05bcc7f2abdae8962fb9 Mon Sep 17 00:00:00 2001 From: Antoine Beyeler Date: Fri, 10 Mar 2023 15:36:48 +0100 Subject: [PATCH] Run lint & test on macos-latest, due to weird warnings on ubuntu --- .github/workflows/python-lint-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-lint-tests.yml b/.github/workflows/python-lint-tests.yml index 8790cd7f..0f2a10e4 100644 --- a/.github/workflows/python-lint-tests.yml +++ b/.github/workflows/python-lint-tests.yml @@ -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