Skip to content

Commit ba34aa0

Browse files
committed
CI: fixing conda job
1 parent ba4c0bd commit ba34aa0

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)