Skip to content

Commit

Permalink
using exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
arushsoel authored Jul 19, 2024
1 parent 2a88a44 commit b9925f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-12, windows-latest]
py-version: [3.7, 3.8, 3.9]
exclude:
os: macos-12
py-version: 3.9
runs-on: ${{ matrix.os}}
steps:
- name: Set up Python
Expand Down

0 comments on commit b9925f7

Please sign in to comment.