Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix CI, use macOS-11 and remove pydantic #2339

Merged
merged 17 commits into from Jul 10, 2023
Merged

ci: fix CI, use macOS-11 and remove pydantic #2339

merged 17 commits into from Jul 10, 2023

Conversation

maartenbreddels
Copy link
Member

fixing CI rot

@ddelange
Copy link

@maartenbreddels any hunches regarding the failing random_projections tests?

TypeError: '>' not supported between instances of 'NoneType' and 'int'

if I can support, let me know :)

@maartenbreddels
Copy link
Member Author

I was actually surprised it never triggered.

@maartenbreddels
Copy link
Member Author

5da1155 should fix it

@@ -15,6 +15,7 @@ dependencies:
- gcsfs
- geopandas
- graphviz
- joblib<1.3 # 1.3 is broken for py36
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- joblib<1.3 # 1.3 is broken for py36
- joblib<1.3; python_version <= '3.6'

dunno if its valid syntax in the conda world, but without the marker, people will most likely start running into dephell in their more modern envs

@maartenbreddels maartenbreddels changed the title ci: use macOS-11 ci: fix CI, use macOS-11 and remove pydantic Jul 10, 2023
@maartenbreddels maartenbreddels merged commit 4df579a into master Jul 10, 2023
11 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants