Skip to content

Commit

Permalink
Add argilla to list of ignored integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl authored Aug 9, 2024
1 parent acb2b8a commit be92aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-zenml-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_integrations() {
# figure out the python version
python_version=$(python -c "import sys; print('.'.join(map(str, sys.version_info[:2])))")

ignore_integrations="feast label_studio bentoml seldon pycaret skypilot_aws skypilot_gcp skypilot_azure pigeon prodigy"
ignore_integrations="feast label_studio bentoml seldon pycaret skypilot_aws skypilot_gcp skypilot_azure pigeon prodigy argilla"

# turn the ignore integrations into a list of --ignore-integration args
ignore_integrations_args=""
Expand Down

0 comments on commit be92aac

Please sign in to comment.