Skip to content

Commit a84ee4e

Browse files
committed
ci: update vagrant
1 parent ee9ffcb commit a84ee4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ci/vagrant/netbsd/Vagrantfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ Vagrant.configure("2") do |config|
8686
pkgin upgrade
8787
pkgin -y install git cmake
8888
pkgin -y install mozilla-rootcerts-openssl
89+
pkgin -y install swig python311 py311-wheel py311-pip py311-pytest-virtualenv
90+
pkgin -y install py311-numpy py311-pandas py311-matplotlib
8991
SHELL
9092

9193
config.vm.provision "gcc14", type: "shell", inline:<<-SHELL

ci/vagrant/openbsd/Vagrantfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ Vagrant.configure("2") do |config|
9292
config.vm.provision "env", type: "shell", inline:<<-SHELL
9393
set -x
9494
pkg_add -u
95-
pkg_add git cmake
95+
pkg_add -y git cmake
96+
pkg_add -y swig python39 py39-wheel py39-pip py39-pytest-virtualenv
97+
pkg_add -y py39-numpy py39-pandas py39-matplotlib
9698
SHELL
9799

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

0 commit comments

Comments
 (0)