Skip to content

Commit

Permalink
Install latest packaging from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 25, 2023
1 parent cb78c82 commit 7c543b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
env:
GHA_PYTHON_VERSION: ${{ matrix.python-version }}

- name: Install Linux dependencies (disable-gil)
if: endsWith(matrix.python-version, '-dev')
run: |
python3 -m pip install git+https://github.com/pypa/packaging.git
- name: Install macOS dependencies
if: startsWith(matrix.os, 'macOS')
run: |
Expand Down

0 comments on commit 7c543b8

Please sign in to comment.