Skip to content

Commit 0c3634c

Browse files
authored
Fix DESIRED_PYTHON setting for aarch64 validations (#1502)
1 parent 912bb2a commit 0c3634c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate-aarch64-linux-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
no-sudo: true
6666
script: |
6767
set -ex
68+
export DESIRED_PYTHON=${{ matrix.python_version }}
6869
source ./aarch64_linux/aarch64_ci_setup.sh
6970
echo "/opt/conda/bin" >> $GITHUB_PATH
7071

0 commit comments

Comments
 (0)