Skip to content

Commit 4277666

Browse files
Update test_actions.yml
1 parent 77bb19f commit 4277666

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ jobs:
4545
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
4646
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
4747

48+
- name: Pull LFS files
49+
run: git lfs pull
50+
4851
- name: Run notebook tests
4952
run: |
5053
set -e
51-
python tools/test_notebooks.py | tee execution_log.txt
54+
python tools/test_notebooks.py

0 commit comments

Comments
 (0)