Skip to content

Commit

Permalink
fourth full [test] run
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Oct 15, 2024
1 parent afb063c commit 76fe529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ jobs:
# Adjust the requirements to use the right zenml installation
sed -i 's|zenml\[server\]==[^[:space:]]*|git+https://github.com/zenml-io/zenml.git@${{ github.ref }}#egg=zenml[server]|g' requirements_aws.txt
pip install -r requirements_aws.txt
zenml integration install aws -y
python run.py --model_type=t5-small
# Run the Quickstart on the Azure stack
Expand All @@ -199,6 +200,7 @@ jobs:
# Adjust the requirements to use the right zenml installation
sed -i 's|zenml\[server\]==[^[:space:]]*|git+https://github.com/zenml-io/zenml.git@${{ github.ref }}#egg=zenml[server]|g' requirements_azure.txt
pip install -r requirements_azure.txt
zenml integration install azure -y
python run.py --model_type=t5-small
# Run the Quickstart on the GCP stack
Expand All @@ -211,4 +213,5 @@ jobs:
# Adjust the requirements to use the right zenml installation
sed -i 's|zenml\[server\]==[^[:space:]]*|git+https://github.com/zenml-io/zenml.git@${{ github.ref }}#egg=zenml[server]|g' requirements_gcp.txt
pip install -r requirements_gcp.txt
zenml integration install gcp -y
python run.py --model_type=t5-small

0 comments on commit 76fe529

Please sign in to comment.