We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b7ce6 commit 1acc229Copy full SHA for 1acc229
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: pip install -e .
32
33
- name: Install zenml package
34
- run: pip install -e git+https://github.com/zenml-io/zenml.git@develop#egg=zenml
+ run: pip install zenml
35
36
- name: Check for broken dependencies
37
run: pip check
0 commit comments