Skip to content

Commit 13a74fb

Browse files
committed
test
1 parent 07e9bc1 commit 13a74fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
uses: actions/setup-python@v4
4242
with:
4343
python-version: ${{ matrix.pyver }}
44-
- run: sudo apt install python3-build
44+
# - run: sudo apt install python3-build
45+
- run: pip install 'pip >=23' build
46+
# - run: pip install build --break-system-packages
4547
- run: python -m build
4648
- run: pip install dist/localstripe-*.tar.gz --break-system-packages
4749
- run: python -m localstripe &

0 commit comments

Comments
 (0)