Compare commits

...

2 Commits

Author SHA1 Message Date
William Bell
2d988a5120 remove upgrade 2025-11-30 05:56:45 +00:00
William Bell
3d92071d0a fix upgrade 2025-11-30 05:56:30 +00:00

1
Jenkinsfile vendored
View File

@@ -14,7 +14,6 @@ pipeline {
python3 -m venv /tmp/venv python3 -m venv /tmp/venv
. /tmp/venv/bin/activate . /tmp/venv/bin/activate
apt update apt update
apt upgrade
apt install -y cmake flex python3 python3-pip python3-venv apt install -y cmake flex python3 python3-pip python3-venv
pip install --upgrade pip pip install --upgrade pip
pip install conan pip install conan