WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d0367b1

Browse files
authored
use pre_build steps to fix mpi4py install
1 parent 318b2d1 commit d0367b1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.readthedocs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ build:
99
os: "ubuntu-22.04"
1010
tools:
1111
python: "mambaforge-22.9"
12+
jobs:
13+
pre_build:
14+
- pip install versioneer[toml]==0.29
15+
- pip install . --no-deps --no-build-isolation
1216

1317
# Build documentation in the docs/ directory with Sphinx
1418
sphinx:
@@ -20,9 +24,3 @@ formats: []
2024
# Install pyiron from conda
2125
conda:
2226
environment: .ci_support/environment-docs.yml
23-
24-
# Optionally set the version of Python and requirements required to build your docs
25-
python:
26-
install:
27-
- method: pip
28-
path: .

0 commit comments

Comments
 (0)