Skip to content

Commit 5592101

Browse files
committed
use PYTHON_VERSION variable consistently
1 parent 074643a commit 5592101

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ jobs:
7575
- name: Checkout
7676
uses: actions/checkout@v4
7777

78-
- name: Set up Python 3.x
78+
- name: Set up Python ${{ env.PYTHON_VERSION }}
7979
uses: actions/setup-python@v5
8080
with:
81-
python-version: '3.x'
81+
python-version: ${{ env.PYTHON_VERSION }}
8282

8383
- name: Set up QEMU for linux/arm64 builds
8484
if: runner.os == 'Linux' && matrix.config.use-qemu == true

0 commit comments

Comments
 (0)