Skip to content

Commit

Permalink
Merge pull request #189 from Aloxaf/fix_setup_dev
Browse files Browse the repository at this point in the history
Fix setup_dev.py
  • Loading branch information
frostming authored Dec 5, 2020
2 parents b3c70d7 + aa3fcd1 commit 1b2d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def main():
venv_pdm = (venv_python.parent / "pdm").as_posix()

subprocess.check_call([venv_pdm, "use", sys.executable])
subprocess.check_call([venv_pdm, "config", "set", "parallel_install", "false"])
subprocess.check_call([venv_pdm, "config", "parallel_install", "false"])
subprocess.check_call([venv_pdm, "install", "-dvv"])

pdm_path = (
Expand Down

0 comments on commit 1b2d472

Please sign in to comment.