Skip to content

Commit

Permalink
always generate a .py script for notebook tests, pin version of nbcon…
Browse files Browse the repository at this point in the history
…vert explicitly
  • Loading branch information
jameslamb committed Oct 15, 2024
1 parent 4d66d77 commit 87a840f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/utils/nbtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ for nb in $*; do
echo --------------------------------------------------------------------------------
echo STARTING: ${NBNAME}
echo --------------------------------------------------------------------------------
jupyter nbconvert --to script ${NBFILENAME} --output ${NBTMPDIR}/${NBNAME}-test
jupyter nbconvert --to python ${NBFILENAME} --output ${NBTMPDIR}/${NBNAME}-test
echo "${MAGIC_OVERRIDE_CODE}" > ${NBTMPDIR}/tmpfile
cat ${NBTESTSCRIPT} >> ${NBTMPDIR}/tmpfile
mv ${NBTMPDIR}/tmpfile ${NBTESTSCRIPT}
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies:
- libraft-headers==24.12.*,>=0.0.0a0
- librmm==24.12.*,>=0.0.0a0
- nanobind>=0.2.0
- nbconvert>=7.16
- nbsphinx
- nccl>=2.19
- notebook>=0.5.0
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-121_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- libraft-headers==24.12.*,>=0.0.0a0
- librmm==24.12.*,>=0.0.0a0
- nanobind>=0.2.0
- nbconvert>=7.16
- nbsphinx
- nccl>=2.19
- notebook>=0.5.0
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-124_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies:
- libraft-headers==24.12.*,>=0.0.0a0
- librmm==24.12.*,>=0.0.0a0
- nanobind>=0.2.0
- nbconvert>=7.16
- nbsphinx
- nccl>=2.19
- notebook>=0.5.0
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ dependencies:
- output_types: [conda, requirements]
packages:
- ipython
- nbconvert>=7.16
- notebook>=0.5.0
- output_types: [conda]
packages:
Expand Down

0 comments on commit 87a840f

Please sign in to comment.