diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 1cf6e11..c5fc677 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -8,20 +8,6 @@ defaults: shell: bash -l {0} jobs: - Lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: 3.11 - - name: Lint with Ruff - run: | - pip install ruff - ruff --output-format=github --target-version=py39 . - continue-on-error: true - Build: runs-on: ubuntu-latest steps: @@ -52,14 +38,14 @@ jobs: python-version: ["3.9", "3.10", "3.11"] os: [ubuntu-latest, windows-latest, macos-latest] exclude: - - os: windows-latest - python-version: "3.10" - - os: windows-latest - python-version: "3.11" - - os: macos-latest - python-version: "3.10" - - os: macos-latest - python-version: "3.11" + - os: windows-latest + python-version: "3.10" + - os: windows-latest + python-version: "3.11" + - os: macos-latest + python-version: "3.10" + - os: macos-latest + python-version: "3.11" runs-on: ${{ matrix.os }} # runs-on: ubuntu-latest steps: