Skip to content

Commit a48f067

Browse files
committed
Fix osx 3.13t
1 parent ce1516d commit a48f067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tasks/python-wheels/github.osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
- name: Test Wheel
132132
env:
133133
PYTEST_ADDOPTS: "-k 'not test_cancellation'"
134+
PYTHON: "{{ python_version }}"
134135
PYTHON_GIL: {{ 0 if python_abi_tag.endswith('t') else 1 }}
135136
run: |
136137
$PYTHON -m venv test-env

0 commit comments

Comments
 (0)