8000 WIP: CI: tweak FreeBSD job · numpy/numpy@2595fdf · GitHub
[go: up one dir, main page]

Skip to content

Commit 2595fdf

Browse files
committed
WIP: CI: tweak FreeBSD job
[skip actions] [skip azp] [skip circle]
1 parent f5cce4d commit 2595fdf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/ci/cirrus_arm.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ freebsd_test_task:
3030
cpu: 1
3131
memory: 4G
3232

33+
install_git_script: |
34+
pkg install -y git
35+
3336
<<: *MODIFIED_CLONE
3437

3538
ccache_cache:
@@ -43,9 +46,10 @@ freebsd_test_task:
4346
# gcc g++ gfortran pkg-config ccache python3.10 python3.10-venv
4447
cc --version
4548
c++ --version
46-
pkg install lang/gfortran
49+
python --version
4750
4851
# Minimal build and test requirements
52+
python -m ensurepip
4953
pip install meson-python Cython spin pytest hypothesis
5054
5155
build_script: |

0 commit comments

Comments
 (0)
0