Skip to content

Commit 56dc1a2

Browse files
committed
inline environment variable
Signed-off-by: Martijn Govers <[email protected]>
1 parent 078491c commit 56dc1a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ build:
1919
jobs:
2020
post_install:
2121
# 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]
22+
- CC=gcc-14 CXX=g++-14 pip install --verbose --editable .[doc]
2723

2824
# remove API DLL define in header
2925
- find power_grid_model_c/power_grid_model_c/include -name *.h -exec sed -i -r "s/#define PGM.*//g" {} \;

0 commit comments

Comments
 (0)