Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Oct 19, 2024
1 parent 07e9bc1 commit c6067e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.pyver }}
- run: sudo apt install python3-build
# - run: sudo apt install python3-build
- run: pip install 'pip >=23' build
# - run: pip install build --break-system-packages
- run: python -m build
- run: pip install dist/localstripe-*.tar.gz --break-system-packages
- run: pip install dist/localstripe-*.tar.gz
- run: python -m localstripe &
# Wait for server to be up:
- run: >
Expand Down

0 comments on commit c6067e0

Please sign in to comment.