Skip to content

Commit

Permalink
reduce integrations to local
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov authored Oct 10, 2023
1 parent e939e1f commit 1a22526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
with:
stack-name: ${{ matrix.stack-name }}
python-version: ${{ matrix.python-version }}
ref-zenml: feature/OSS-2300-model-watch-tower-v0.1
ref-zenml: develop
2 changes: 1 addition & 1 deletion template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setup: remote-login
setup:
{%- endif %}
pip install -r requirements.txt
zenml integration install sklearn mlflow s3 kubernetes kubeflow slack evidently -y
zenml integration install sklearn mlflow slack evidently -y

install-stack:
@echo "Specify stack name [$(stack_name)]: " && read input && [ -n "$$input" ] && stack_name="$$input" || stack_name="$(stack_name)" && \
Expand Down

0 comments on commit 1a22526

Please sign in to comment.