Skip to content

Commit 1ba3899

Browse files
committed
Fix readthedocs build
1 parent 935df79 commit 1ba3899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ build:
1111
python: "3.11"
1212
jobs:
1313
post_create_environment:
14-
- pip install pdm
14+
- pip install pdm nox
1515
post_install:
1616
- pdm use -f $READTHEDOCS_VIRTUALENV_PATH
1717
- pdm sync -G doc --no-self
18-
- pdm run python -c "from fluidfft_builder import create_fake_modules as c; c()"
1918
- pdm run pip install . --no-deps -C setup-args=-Dtransonic-backend=python
2019

2120
sphinx:

0 commit comments

Comments
 (0)