Skip to content

Commit 211d527

Browse files
Copilotmballance
andcommitted
Fix CI build failure: explicitly install pcpp cxxheaderparser before setup.py build_ext
Co-authored-by: mballance <1340805+mballance@users.noreply.github.com>
1 parent e8cf90e commit 211d527

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python3 -m venv py
1616
./py/bin/pip install -U ivpm
1717
./py/bin/python3 -m ivpm update -a
18-
./packages/python/bin/pip install -U typing_extensions build
18+
./packages/python/bin/pip install -U typing_extensions build pcpp cxxheaderparser
1919
./packages/python/bin/python3 setup.py build_ext --inplace
2020
./packages/python/bin/python3 -m build -n
2121
ls src

0 commit comments

Comments
 (0)