Skip to content

Commit d7939ba

Browse files
authored
Update ubuntu.yml
1 parent 69789b7 commit d7939ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
21+
- name: Ensure setuptools is installed
22+
run: python -m pip install --upgrade pip setuptools>=70.0.0 wheel
2123
- name: Install dependencies
2224
run: |
2325
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)