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

Fix CI failing for Python 3.8 & 3.9 on ubuntu-latest #84

Merged
merged 3 commits into from
Oct 7, 2022

Conversation

maximskorik
Copy link
Collaborator

@maximskorik maximskorik commented Oct 3, 2022

Description

Anaconda verify CI workflow failed with Python 3.8 and 3.9 on ubuntu-latest after changes introduced by #80 and #81. The reason for this bug was that Conda resolver installed gensim v4.1.2 in these workflows as opposed to v4.2.0 in the rest of the workflows. Gensim v4.2.0 fixed a bug that occurred in v4.1.2 and caused the tests to fail.

Changes

  • bumped gensim version to 4.2.0 in requirements

Closes #83

Copy link
Member

@florian-huber florian-huber left a comment

Choose a reason for hiding this comment

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

Nice!
Thanks a lot @maximskorik !

@florian-huber florian-huber changed the base branch from master to issue83 October 7, 2022 14:11
@florian-huber
Copy link
Member

Merge to local branch to run all tests.

@florian-huber florian-huber merged commit 27c8ee1 into iomega:issue83 Oct 7, 2022
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.

Two test failing with conda package and ubuntu
2 participants