Skip to content

Commit 74114af

Browse files
committed
tests: install pkg-resoures in workflows
workaround for #2569
1 parent 4aa18f6 commit 74114af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

55+
- name: Install setuptools for pkg_resources for Python 3.12+, #2569
56+
if: ${{ matrix.python-version >= '3.12' }}
57+
run: pip install 'setuptools<82'
58+
5559
- name: Install dependencies for full run
5660
if: ${{ matrix.type == 'full' }}
5761
env:

0 commit comments

Comments
 (0)