Skip to content

Commit

Permalink
Improved GitHub Actions CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Dec 8, 2023
1 parent 92ea6a8 commit 79941ba
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python: [3.7, 3.8, 3.9, '3.10']
sklearn: [0.22.2, 0.23.2, 0.24.2, 1.0.2]
exclude:
- python: 3.9
sklearn: 0.22.2
- python: 3.9
sklearn: 0.23.2
- python: '3.10'
python: [3.8, 3.9, '3.10']
sklearn: [1.0.2, 1.1.3, 1.2.2, 1.3.2]

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

0 comments on commit 79941ba

Please sign in to comment.