Skip to content

Commit 462a26a

Browse files
committed
CI: fixing conda job
1 parent 9905c13 commit 462a26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
conda info
4242
conda list
4343
export OMP_NUM_THREADS=1
44-
python -m tox -e py313-buildhtml
44+
jupyter-book build --execute --html -d
4545
4646
- name: fail on build errors
4747
if: steps.build_step.outcome != 'success'

0 commit comments

Comments
 (0)