We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078491c commit 56dc1a2Copy full SHA for 56dc1a2
.readthedocs.yaml
@@ -19,11 +19,7 @@ build:
19
jobs:
20
post_install:
21
# select compiler
22
- - export CC=gcc-14
23
- - export CXX=g++-14
24
-
25
- # Build package with doc requirements from pyproject.optional-dependencies
26
- - pip install --verbose --editable .[doc]
+ - CC=gcc-14 CXX=g++-14 pip install --verbose --editable .[doc]
27
28
# remove API DLL define in header
29
- find power_grid_model_c/power_grid_model_c/include -name *.h -exec sed -i -r "s/#define PGM.*//g" {} \;
0 commit comments