We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6484daf commit 27be90cCopy full SHA for 27be90c
.github/workflows/build_and_deploy_api.yaml
@@ -17,6 +17,9 @@ jobs:
17
test:
18
runs-on: ubuntu-latest
19
steps:
20
+ - name: Set up environment variables
21
+ run: echo "MLFLOW_TRACKING_URI=${{ secrets.MLFLOW_TRACKING_URI }}" >> $GITHUB_ENV
22
+
23
- uses: actions/checkout@v3
24
25
- name: Install uv
.github/workflows/load_data.yaml
@@ -11,6 +11,9 @@ jobs:
11
12
13
14
15
16
0 commit comments