Skip to content

Commit

Permalink
use include over exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 22, 2021
1 parent 49a8e6b commit 1901e8d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
exclude:
include:
- os: macos-latest
python-version: 3.7
- os: macos-latest
python-version: 3.8
python-version: 3.9

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1901e8d

Please sign in to comment.