Skip to content

Commit

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

0 comments on commit 873ebb6

Please sign in to comment.