Skip to content

Commit 05af92c

Browse files
committed
Attempt at fixing conda job.
1 parent 627aafd commit 05af92c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/conda.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,8 @@ jobs:
4040
run: |
4141
conda info
4242
conda list
43-
make -C site/ SPHINXOPTS="-nWT --keep-going" html
44-
45-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
46-
with:
47-
name: sphinx-build-artifact
48-
path: site/_build/html/reports
43+
export OMP_NUM_THREADS=1
44+
python -m tox -e py313-buildhtml
4945
5046
- name: fail on build errors
5147
if: steps.build_step.outcome != 'success'

environment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ dependencies:
1616
- sphinx-copybutton
1717
# to load the md files in binder
1818
- jupytext
19+
- pip
20+
- pip:
21+
- jupyterbook>=2
22+
- jupyterlab_myst

0 commit comments

Comments
 (0)