File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -440,9 +440,6 @@ jobs:
440
440
- name : Setup Graphviz
441
441
uses : ts-graphviz/setup-graphviz@v2
442
442
443
- - name : Setup Continuous Machine Learning tools
444
- uses : iterative/setup-cml@v2
445
-
446
443
- name : Setup Python
447
444
uses : actions/setup-python@v5
448
445
with :
@@ -481,8 +478,13 @@ jobs:
481
478
working-directory : warehouse
482
479
run : gsutil cp gs://calitp-dbt-docs/*.json ./target/latest/
483
480
481
+ - name : Setup Continuous Machine Learning tools
482
+ uses : iterative/setup-cml@v2
483
+
484
484
- name : Create CI report
485
485
working-directory : warehouse
486
+ env :
487
+ REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
486
488
run : poetry run python scripts/visualize.py ci-report --latest-dir='./target/latest/'
487
489
488
490
- name : Archive CI report
You can’t perform that action at this time.
0 commit comments