Skip to content
New issue

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

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

Already on GitHub? # to your account

Stop installing prereleases from PyPI in favor of stable releases only #220

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

dbeatty10
Copy link
Contributor

@dbeatty10 dbeatty10 commented Nov 22, 2024

resolves #219

Problem

We recently had a prerelease of a dbt dependency (protobuf) break the CI in this dbt package. Then CI won't pass until that prerelease is yanked or superseded. So we'd either need to bypass CI in that case, or be blocked until it is resolved by a third party.

Solution

Remove installation of pre-releases in favor of only installing the latest stable releases.

Checklist

@dbeatty10 dbeatty10 marked this pull request as ready for review November 22, 2024 15:08
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Nov 22, 2024
@dbeatty10 dbeatty10 merged commit 1cc3090 into main Nov 22, 2024
7 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from prereleases in PyPI to latest releases
1 participant