Skip to content

Commit 52bec3e

Browse files
committed
test
1 parent 07e9bc1 commit 52bec3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ 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 python python3-build
45+
- run: pip install build --break-system-packages
4546
- run: python -m build
4647
- run: pip install dist/localstripe-*.tar.gz --break-system-packages
4748
- run: python -m localstripe &

0 commit comments

Comments
 (0)