Skip to content

Commit 3f06087

Browse files
committed
check ci
1 parent 64e6729 commit 3f06087

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/train_model.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
echo "$GCP_SERVICE_ACCOUNT_KEY" > gcp-key.json
3737
gcloud auth activate-service-account --key-file=gcp-key.json
3838
export GOOGLE_APPLICATION_CREDENTIALS=gcp-key.json
39-
39+
- name: Debug - List Files
40+
run: ls -R
4041
- name: Train Model
4142
env:
4243
MLFLOW_TRACKING_URI_DEV: ${{ secrets.MLFLOW_TRACKING_URI_DEV }}

0 commit comments

Comments
 (0)