Skip to content

Commit cc28263

Browse files
committed
Fix verify-release-candidate script by removing requirements.txt
1 parent 8b51390 commit cc28263

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ 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
132131
maturin develop
133132

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

0 commit comments

Comments
 (0)