Skip to content

Commit

Permalink
CI: skip scikit-image install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Dec 5, 2020
1 parent 69c3286 commit 49804fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
exclude:
# Bug in scikit-image 0.17 prevents install
- os: macos-latest
python-version: 3.9

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

0 comments on commit 49804fa

Please sign in to comment.