Skip to content

Commit 0b234e1

Browse files
committed
Environment change
1 parent cca5067 commit 0b234e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ build:
88
python: "3.11"
99
jobs:
1010
pre_install:
11-
- ls -la /usr/bin | grep -i g++
12-
- update-alternatives --install /usr/bin/g++ g++ /usr/bin/clang++-13 100
13-
- g++ --version
14-
- make requirements
11+
- CXX="/usr/bin/clang++-13" make requirements
1512
- make package
1613
- python -m pip install -e .
1714
sphinx:

0 commit comments

Comments
 (0)