Skip to content

Commit

Permalink
Issue #31 mark windows py38 as experimental as there is no suitable v…
Browse files Browse the repository at this point in the history
…ersion of scikit-surgeryopencvcp
  • Loading branch information
thompson318 committed Nov 9, 2022
1 parent d570268 commit e377dcd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ jobs:
python-ver: [3.7, 3.8]
experimental: [false]
exclude:
- os: macos-latest
python-ver: 3.6
- os: windows-latest
python-ver: 3.8
include:
- python-ver: 3.8
os: windows-latest
experimental: true
- python-ver: 3.9
os: ubuntu-latest
experimental: true
Expand Down

0 comments on commit e377dcd

Please sign in to comment.