Skip to content

Commit b6e7d5b

Browse files
authored
restrict "build" pkg version (avoiding incompatibility) (#346)
1 parent 454c58e commit b6e7d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
python-version: ${{ matrix.python-version }}
128128

129129
- run: python -m pip install --upgrade pip==22.1.2
130-
- run: pip install build wheel
130+
- run: pip install "build<1.1" wheel
131131
- run: cmake --version
132132
- run: |
133133
unset CI

0 commit comments

Comments
 (0)