We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e9bc1 commit c6067e0Copy full SHA for c6067e0
.github/workflows/tests.yaml
@@ -41,9 +41,11 @@ jobs:
41
uses: actions/setup-python@v4
42
with:
43
python-version: ${{ matrix.pyver }}
44
- - run: sudo apt install python3-build
+ # - run: sudo apt install python3-build
45
+ - run: pip install 'pip >=23' build
46
+ # - run: pip install build --break-system-packages
47
- run: python -m build
- - run: pip install dist/localstripe-*.tar.gz --break-system-packages
48
+ - run: pip install dist/localstripe-*.tar.gz
49
- run: python -m localstripe &
50
# Wait for server to be up:
51
- run: >
0 commit comments