8000 MAINT pin python version for source tarball builder [cd build] (#21386) · glemaitre/scikit-learn@549081a · GitHub
[go: up one dir, main page]

Skip to content

Commit 549081a

Browse files
ogriselglemaitre
authored andcommitted
MAINT pin python version for source tarball builder [cd build] (scikit-learn#21386)
1 parent acb27c4 commit 549081a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124

125125
- name: Setup Python
126126
uses: actions/setup-python@v2
127+
with:
128+
python-version: '3.9' # update once build dependencies are available
127129

128130
- name: Build source distribution
129131
run: bash build_tools/github/build_source.sh

0 commit comments

Comments
 (0)
0