Skip to content

Commit 913bc72

Browse files
committed
ci: openbsd migrate to python3.11.10
1 parent 43c4dee commit 913bc72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/vagrant/openbsd/Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Vagrant.configure("2") do |config|
9393
set -x
9494
pkg_add -u
9595
pkg_add git cmake
96-
pkg_add python-3.11 py3-pip py3-wheel py3-setuptools py3-virtualenv
97-
pkg_add py3-numpy py3-pandas py3-matplotlib
96+
pkg_add python-3.11.10p1 py3-pip py3-wheel py3-setuptools py3-virtualenv
97+
pkg_add py3-numpy py3-pandas
9898
SHELL
9999

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

0 commit comments

Comments
 (0)