Skip to content

Commit ee29182

Browse files
committed
ci: fix freebsd
1 parent 78a96e2 commit ee29182

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/vagrant/freebsd/Vagrantfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ Vagrant.configure("2") do |config|
8181
set -x
8282
pkg update -f
8383
pkg install -y git cmake swig
84-
pkg install -y python39 py39-setuptools py39-wheel py39-pytest-virtualenv
84+
pkg install -y swig python311 py311-pip py311-wheel py311-pytest-virtualenv
85+
pkg install -y py311-numpy py311-pandas py311-matplotlib
8586
SHELL
8687

8788
config.vm.provision "file", source: "../../../CMakeLists.txt", destination: "$HOME/project/"

0 commit comments

Comments
 (0)