Skip to content

Commit

Permalink
Don't test sklearn 0.23 in py3.9
Browse files Browse the repository at this point in the history
Because there are no pre-built wheels.
  • Loading branch information
alegonz committed Jan 30, 2021
1 parent cac1cb5 commit 3a65760
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -96,8 +96,7 @@ workflows:
name: test-main
sklearn_version: *sklearn_version_latest

- test-py39:
sklearn_version: *sklearn_version_prev
# There are no sklearn 0.23.* wheels for py3.9
- test-py39:
sklearn_version: *sklearn_version_latest

Expand Down

0 comments on commit 3a65760

Please sign in to comment.