Skip to content

Commit 367d73f

Browse files
committed
Install everything first, then upgrade to prerelease?
1 parent 34ee9dc commit 367d73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-deps-prerelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ main() {
1010

1111
local pipenv_requires="${top}/.pipenv-requires"
1212

13-
pipenv run pip install toml
13+
pipenv install --dev
1414
_print_pipfile_packages >"${pipenv_requires}"
1515
pipenv run pip install -U --pre -r "${pipenv_requires}"
1616
rm -f "${pipenv_requires}"

0 commit comments

Comments
 (0)