Skip to content

Commit 1acc229

Browse files
authored
chore: Update pip installation command for zenml package (#160)
1 parent 59b7ce6 commit 1acc229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pip install -e .
3232

3333
- name: Install zenml package
34-
run: pip install -e git+https://github.com/zenml-io/zenml.git@develop#egg=zenml
34+
run: pip install zenml
3535

3636
- name: Check for broken dependencies
3737
run: pip check

0 commit comments

Comments
 (0)