We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e6729 commit 3f06087Copy full SHA for 3f06087
.github/workflows/train_model.yaml
@@ -36,7 +36,8 @@ jobs:
36
echo "$GCP_SERVICE_ACCOUNT_KEY" > gcp-key.json
37
gcloud auth activate-service-account --key-file=gcp-key.json
38
export GOOGLE_APPLICATION_CREDENTIALS=gcp-key.json
39
-
+ - name: Debug - List Files
40
+ run: ls -R
41
- name: Train Model
42
env:
43
MLFLOW_TRACKING_URI_DEV: ${{ secrets.MLFLOW_TRACKING_URI_DEV }}
0 commit comments