Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Nov 30, 2023
1 parent 0e8e422 commit 5563fe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
with:
python-version: ${{ matrix.pyver }}
- run: pip --version
- run: pip install --upgrade pip
# - run: pip install --upgrade pip
- run: pip install 'pip >=23'
- run: pip --version
- run: pip install build
- run: python -m build
Expand Down

0 comments on commit 5563fe1

Please sign in to comment.