Skip to content

Commit c07986e

Browse files
authored
Merge branch 'main' into update-torchrl-tutos
2 parents 85fcc58 + fb63044 commit c07986e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
5757
# IMPORTANT NOTE: We assume that each tutorial has a UNIQUE filename.
5858
FILES_TO_RUN=$(python .jenkins/get_files_to_run.py)
5959
echo "FILES_TO_RUN: " ${FILES_TO_RUN}
60+
# Files to run must be accessible to subprocessed (at least to `download_data.py`)
61+
export FILES_TO_RUN
6062

6163
# Step 3: Run `make docs` to generate HTML files and static files for these tutorials
6264
make docs

0 commit comments

Comments
 (0)