Skip to content

Commit 6cb6b83

Browse files
Prefetch support data when building docs CI
1 parent a195be0 commit 6cb6b83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,7 @@ jobs:
126126
with:
127127
python-version: 3.13
128128
conan-args: --opNav True --allOptPkg --mujoco True --mujocoReplay True
129+
- name: Pre-fetch supportData
130+
run: bskLargeData
129131
- name: Build docs
130132
uses: ./.github/actions/docs

0 commit comments

Comments
 (0)