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

Conversation

susodapop
Copy link
Contributor

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)

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]>
@susodapop
Copy link
Contributor Author

Failed publish-test is due to pypi being down for maintenance right now. Not a blocker for merging.

@susodapop
Copy link
Contributor Author

No changelog entry required as this is purely a fix to Github Actions.

@susodapop susodapop merged commit a072574 into main Aug 24, 2023
14 of 15 checks passed
@susodapop susodapop deleted the peco-1003 branch August 24, 2023 15:49
susodapop pushed a commit that referenced this pull request Aug 24, 2023
@susodapop
Copy link
Contributor Author

For reference, the conditional syntax used in this PR was copped from here: actions/runner#409 (comment)

susodapop pushed a commit to unj1m/databricks-sql-python that referenced this pull request Sep 19, 2023
…icks#208)

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 databricks#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]>
susodapop pushed a commit that referenced this pull request Oct 25, 2023
…#208)"

This reverts commit a072574.

Now that we've dropped 3.7 support, we don't need this conditional anymore

Signed-off-by: Jesse Whitehouse <[email protected]>
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.

1 participant