Skip to content

Commit d3c4dab

Browse files
alambkevinjqliu
andauthored
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]>
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)