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 Jan 30, 2024
1 parent 636ca21 commit 0840cfa
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 @@ -94,6 +94,11 @@ jobs:
path: ~/cache-libimagequant
key: ${{ runner.os }}-libimagequant-${{ hashFiles('depends/install_imagequant.sh') }}

- 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 0840cfa

Please sign in to comment.