We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18d184 commit e388951Copy full SHA for e388951
.github/workflows/unittests.yml
@@ -52,6 +52,10 @@ jobs:
52
with:
53
python-version: ${{ matrix.python-version }}
54
55
+ - name: Install python3-pkg-resources for Python 3.12+, #2569
56
+ if: ${{ matrix.python-version >= '3.12' }}
57
+ run: DEBIAN_FRONTEND="noninteractive" sudo apt-get install python3-pkg-resources
58
+
59
- name: Install dependencies for full run
60
if: ${{ matrix.type == 'full' }}
61
env:
0 commit comments