This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git
The following commit(s) were added to refs/heads/main by this push:
new d3c4dab Fix verify-release-candidate script by removing reference to
requirements-310.txt (#1012)
d3c4dab is described below
commit d3c4dabe3c24d419911106bdde3dfe1244e1224c
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Feb 5 09:42:03 2025 -0500
Fix verify-release-candidate script by removing reference to
requirements-310.txt (#1012)
* Fix verify-release-candidate script by removing requirements.txt
* Update dev/release/verify-release-candidate.sh
Co-authored-by: Kevin Liu <[email protected]>
---------
Co-authored-by: Kevin Liu <[email protected]>
---
dev/release/verify-release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index 1a9104b..2bfce0e 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -128,7 +128,7 @@ test_source_distribution() {
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -U pip
- python3 -m pip install -r requirements-310.txt
+ python3 -m pip install -U maturin
maturin develop
#TODO: we should really run tests here as well
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]