generated from opensafely-core/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
explicitly install greenlet to fix sqlalchemy install in CI
sqlalchemy==2.0.23 has a conditional install of greenlet [1] which affects a very complex set of architectures. This has only affected us in CI so far, but breaks pip installs there because we don't have greenlet installed and we're using pip in hashes mode. The install_requires has been updated for the upcoming 2.1 release to avoid this situation, so we can remove this change once that's released. 1: https://github.com/sqlalchemy/sqlalchemy/blob/rel_2_0_23/setup.cfg#L40
- Loading branch information
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters