Skip to content

Commit ef2942c

Browse files
committed
Use the Python version specified
1 parent 0786c75 commit ef2942c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
submodules: true
5555
- uses: actions/setup-python@v4
5656
with:
57-
python-version: ${{ matrix.python-version }}
57+
python-version: ${{ matrix.python }}
5858
- name: Set Numpy version
5959
run: echo "BUILD_DEPENDS=$(./get_numpy_version.py)" >> $GITHUB_ENV
6060
- name: Build Wheel

.github/workflows/wheels-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
submodules: true
3737
- uses: actions/setup-python@v4
3838
with:
39-
python-version: "3.x"
39+
python-version: ${{ matrix.python }}
4040
- name: Build Wheel
4141
run: .github/workflows/build.ps1
4242
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)