Skip to content

Commit

Permalink
Skip some overkill jobs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Nov 3, 2023
1 parent f010162 commit fa6f6c2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ jobs:
- { env-type-name: conda, shell: 'bash -l {0}' }
# yamllint enable rule:braces
cythonize: [true, false]
# Skip some overkill jobs.
exclude:
- os: ubuntu-latest
env-type: { env-type-name: venv, shell: bash }
cythonize: false
- os: ubuntu-latest
env-type: { env-type-name: conda, shell: 'bash -l {0}' }
cythonize: true
- os: macos-latest
env-type: { env-type-name: conda, shell: 'bash -l {0}' }
cythonize: false
- os: macos-latest
env-type: { env-type-name: venv, shell: bash }
cythonize: true
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit fa6f6c2

Please sign in to comment.