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

Github Actions Fix: poetry install fails for python 3.7 tests #208

Merged
merged 1 commit into from
Aug 24, 2023

Commits on Aug 24, 2023

  1. snok/install-poetry@v1 installs the latest version of Poetry

    The latest version of poetry released on 20 August 2023 (four days ago
    as of this commit) which drops support for Python 3.7, causing our
    github action to fail.
    
    Until we complete #207 we need to conditionally install the last version
    of poetry that supports Python 3.7 (poetry==1.5.1)
    
    Signed-off-by: Jesse Whitehouse <[email protected]>
    Jesse Whitehouse committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c9fce7e View commit details
    Browse the repository at this point in the history