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

ci: freeze dependencies in requirements.txt #79

Merged

Conversation

ingomueller-net
Copy link
Collaborator

That file is now created with the following commands:

pip install --upgrade -r requirements-unfrozen.txt
pip freeze > requirements.txt

This prevents automatic updates of dependencies, which may break CI or new developers.

That file is now created with the following commands:

```
pip install --upgrade -r requirements-unfrozen.txt
pip freeze > requirements.txt
```

This prevents automatic updates of dependencies, which may break CI or
new developers.

Signed-off-by: Ingo Müller <[email protected]>
@ingomueller-net ingomueller-net merged commit 3909e83 into substrait-io:main Feb 6, 2025
7 checks passed
@ingomueller-net ingomueller-net deleted the frozen-requirements branch February 6, 2025 17:00
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.

2 participants