Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 99027e1

Browse files
committed
Point runtime install version to pypi
1 parent 24b51a2 commit 99027e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lazycluster/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
PIP_PROJECT_NAME = "lazycluster"
44
GITHUB_URL = "https://github.com/ml-tooling/lazycluster.git"
5-
BRANCH = "develop" # Leave empty to enforce lazycluster installation from PyPi - see _utils.get_pip_install_cmd()
5+
BRANCH = "" # Leave empty to enforce lazycluster installation from PyPi - see _utils.get_pip_install_cmd()

0 commit comments

Comments
 (0)