We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9d7bf commit 76e32acCopy full SHA for 76e32ac
.github/workflows/tests.yaml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/setup-python@v4
42
with:
43
python-version: ${{ matrix.pyver }}
44
- - run: sudo apt install python3-build
+ - run: apt install python3-build
45
- run: python -m build
46
- run: pip install dist/localstripe-*.tar.gz --break-system-packages
47
- run: python -m localstripe &
0 commit comments