Skip to content

Commit

Permalink
fix pip
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Dec 17, 2023
1 parent 28703f0 commit 3c62be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Update pip # due to https://github.com/pypa/pip/issues/11501
run: pip install pip -U
if: ${{ matrix.python-version == '3.12' }}
- name: Install and configure Poetry
uses: gi0baro/[email protected]
with:
Expand Down

0 comments on commit 3c62be1

Please sign in to comment.