10000 CI Fixes update tracker on ARM CI (#27072) · scikit-learn/scikit-learn@a82fa31 · GitHub
[go: up one dir, main page]

Skip to content

Commit a82fa31

Browse files
thomasjpfanjeremiedbb
authored andcommitted
CI Fixes update tracker on ARM CI (#27072)
1 parent 5921064 commit a82fa31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_tools/cirrus/arm_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ linux_aarch64_test_task:
1717
folder: /root/.conda/pkgs
1818
fingerprint_script: cat build_tools/cirrus/py39_conda_forge_linux-aarch64_conda.lock
1919

20+
install_python_script: |
21+
# Install python so that update_tracking_issue has access to a Python
22+
apt install -y python3 python-is-python3
23+
2024
test_script: |
2125
bash build_tools/cirrus/build_test_arm.sh
2226
# On success, this script is run updating the issue.

0 commit comments

Comments
 (0)
0