8000 Fix verify-release-candidate script by removing reference to requirem… · chenkovsky/datafusion-python@d3c4dab · GitHub
[go: up one dir, main page]

Skip to content

Commit d3c4dab

Browse files
alambkevinjqliu
andauthored
Fix verify-release-candidate script by removing reference to requirements-310.txt (apache#1012)
* Fix verify-release-candidate script by removing requirements.txt * Update dev/release/verify-release-candidate.sh Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com> --------- Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
1 parent 8b51390 commit d3c4dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ test_source_distribution() {
128128
python3 -m venv .venv
129129
source .venv/bin/activate
130130
python3 -m pip install -U pip
131-
python3 -m pip install -r requirements-310.txt
131+
python3 -m pip install -U maturin
132132
maturin develop
133133

134134
#TODO: we should really run tests here as well

0 commit comments

Comments
 (0)
0