Skip to content

Commit ffcb012

Browse files
committed
debug failing checkout docs/LFS
1 parent b7ca4d3 commit ffcb012

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ jobs:
6767
- uses: actions/checkout@v5
6868
with:
6969
ref: ${{ inputs.checkout }}
70-
# only Pytorch has/uses notebooks
71-
submodules: ${{ matrix.pkg-name == 'pytorch' }}
72-
lfs: ${{ matrix.pkg-name == 'pytorch' }}
70+
submodules: 'recursive'
71+
lfs: true
7372
- uses: actions/setup-python@v6
7473
with:
7574
python-version: "3.10"

0 commit comments

Comments
 (0)