Skip to content

Commit 4f1d23a

Browse files
committed
ci: vagrant fixup
1 parent a84ee4e commit 4f1d23a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci/vagrant/netbsd/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +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
89+
pkgin -y install swig python312 py312-wheel py312-pip py312-pytest-virtualenv
90+
pkgin -y install py312-numpy py312-pandas py312-matplotlib
9191
SHELL
9292

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

ci/vagrant/openbsd/Vagrantfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +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 -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
95+
pkg_add git cmake
96+
pkg_add swig python-3.11 py3-pip py3-wheel py3-setuptools py3-virtualenv
97+
pkg_add py3-numpy py3-pandas py3-matplotlib
9898
SHELL
9999

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

0 commit comments

Comments
 (0)