Skip to content

Commit

Permalink
fixing the CI awaiting the mlstacks release (#2792)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak authored Jun 25, 2024
1 parent 1de7adf commit d5ba2fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,11 @@ jobs:
- name: Create virtual environment
run: |
uv venv
# TODO: REACTIVATE BEFORE THE RELEASE
# - name: Check mlstacks compatibility
# run: |
# source .venv/bin/activate
# uv pip install -e .
# uv pip install mlstacks
- name: Check mlstacks compatibility
run: |
source .venv/bin/activate
uv pip install -e .
uv pip install mlstacks
- name: Check for broken dependencies
run: |
source .venv/bin/activate
Expand Down
5 changes: 1 addition & 4 deletions scripts/install-zenml-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ parse_args () {

install_zenml() {
# install ZenML in editable mode
uv pip install $PIP_ARGS -e ".[server,templates,terraform,secrets-aws,secrets-gcp,secrets-azure,secrets-hashicorp,s3fs,gcsfs,adlfs,dev]"

# TODO: Remove. Temporary installation from the upgrade branch.
uv pip install $PIP_ARGS git+https://github.com/zenml-io/mlstacks.git@develop
uv pip install $PIP_ARGS -e ".[server,templates,terraform,secrets-aws,secrets-gcp,secrets-azure,secrets-hashicorp,s3fs,gcsfs,adlfs,dev,mlstacks]"
}

install_integrations() {
Expand Down

0 comments on commit d5ba2fe

Please sign in to comment.