Skip to content

Commit 6dec120

Browse files
Add conditional for 3.12
1 parent 8061216 commit 6dec120

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ jobs:
135135
- name: Install setuptools
136136
run: pip install --upgrade setuptools
137137

138+
- name: Install distribute
139+
run: pip install --upgrade distribute
140+
if: ${{ vars.matrix.python-version == 12 }}
141+
138142
- name: Install tox
139143
run: pip install tox
140144

0 commit comments

Comments
 (0)