Skip to content

Commit

Permalink
GH actions yaml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
DrejcPesjak committed Jan 1, 2024
1 parent 95a1789 commit 5c9fb1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0.3.0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down
3 changes: 3 additions & 0 deletions rayserve_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
from google.cloud import storage, bigquery
import tensorflow as tf

# app version
__version__ = '0.1.0'

# Constants
BUCKET_NAME = 'europe-central2-rso-ml-airf-05c3abe0-bucket'
MODEL_DIR = 'models'
Expand Down

0 comments on commit 5c9fb1f

Please sign in to comment.