Skip to content

Commit 538bf14

Browse files
Copilotmballance
andcommitted
Fix CI: install pcpp cxxheaderparser without -U to avoid setuptools upgrade incompatibility
Co-authored-by: mballance <1340805+mballance@users.noreply.github.com>
1 parent 211d527 commit 538bf14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ 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 pcpp cxxheaderparser
18+
./packages/python/bin/pip install -U typing_extensions build
19+
./packages/python/bin/pip install pcpp cxxheaderparser
1920
./packages/python/bin/python3 setup.py build_ext --inplace
2021
./packages/python/bin/python3 -m build -n
2122
ls src

0 commit comments

Comments
 (0)