Skip to content

Commit bd4f54f

Browse files
committed
Try installing designated Python
1 parent 43e16a1 commit bd4f54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: "3.x"
57+
python-version: ${{ matrix.python-version }}
5858
- name: Set Numpy version
5959
run: echo "BUILD_DEPENDS=$(./get_numpy_version.py)" >> $GITHUB_ENV
6060
- name: Build Wheel

0 commit comments

Comments
 (0)