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 8deda49
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 @@ -83,6 +83,11 @@ jobs:
- name: Build system information
run: python3 .github/workflows/system-info.py

- 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 Linux dependencies
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 8deda49

Please sign in to comment.