Skip to content

Commit

Permalink
add manual aiplatform install
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwashington committed Jun 17, 2024
1 parent d384374 commit 4f34ba3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install google-cloud-aiplatform
- name: Run unit tests
run: |
pytest tests/unit --cov=AutoMLOps=
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/test_beans_training_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ def pipeline(bq_table: str,


def test_beans_training_model():
# Importing here to avoid conflict with repeated import in deploy_model

project_id = os.environ.get('PROJECT_ID')
model_id = 'dry-beans-dt'
## Define the Pipeline Arguments
Expand Down

0 comments on commit 4f34ba3

Please sign in to comment.