3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-25 05:26:51 +00:00

Refactor documentation workflow to simplify installation

Remove redundant command for installing Python package.
This commit is contained in:
Nikolaj Bjorner 2025-12-19 21:14:20 +00:00 committed by GitHub
parent 8f73a29136
commit baded7fa5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,6 @@ jobs:
python3 scripts/mk_make.py --python --ml --build=build-x64
cd build-x64
make -j$(nproc)
Z3BUILD=build-x64 cd ../src/api/python && python3 -m pip install --user .
- name: Generate Documentation (from doc directory)
working-directory: doc
@ -67,7 +66,6 @@ jobs:
mkdir api/html/ml
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build-x64/api/ml ../build-x64/api/ml/z3enums.mli ../build-x64/api/ml/z3.mli
- name: Setup emscripten
uses: mymindstorm/setup-emsdk@v14
with: