Skip to content

Commit 1d6db96

Browse files
committed
Upgrade setuptools on ubuntu-22.04
1 parent 568451e commit 1d6db96

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
cache: "pip"
2727

28+
- name: Upgrade setuptools and pip
29+
if: matrix.os == 'ubuntu-22.04'
30+
run: pip install --upgrade setuptools pip
31+
2832
- name: Install dependencies
2933
run: pip install .
3034

0 commit comments

Comments
 (0)