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: parse release-candidate hathor-core versions #40

Merged
merged 2 commits into from Dec 11, 2023

Conversation

luislhl
Copy link
Contributor

@luislhl luislhl commented Dec 8, 2023

Acceptance Criteria

The lib should be able to parse hathor-core versions that belong to a release-candidate.

For instance, 0.58.0-rc.1.

This PR makes sure it can parse all kinds of versions that follow the semver convention.

Additional change

I had to change the Github Actions job to use pip instead of pipx to install Poetry, because pipx was apparently not using the right python version.

This is a section of the run that should be done with Python 3.10, showing that it was using Python 3.12 somehow.

image

Because of this, things were breaking strangely. You can check https://github.com/HathorNetwork/python-hathorlib/actions/runs/7145463994 for the full logs.

Replacing pipx with just pip resolved this issue.

@luislhl luislhl requested review from jansegre and glevco and removed request for msbrogli December 8, 2023 19:29
@luislhl luislhl self-assigned this Dec 8, 2023
@luislhl luislhl merged commit 355d3c4 into dev Dec 11, 2023
6 checks passed
@luislhl luislhl deleted the fix/hathor-core-version branch December 11, 2023 18:47
This was referenced Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants