diff --git a/Jenkinsfile b/Jenkinsfile index fbf66ef..2e529aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,9 +31,10 @@ void checkout_project() { void build_n_test_project() { sh''' - python3 -mvenv .venv - . .venv/bin/activate - pip3 install -r requirements.txt + python3 -mvenv .venv + . .venv/bin/activate + pip3 install -r requirements.txt + conan remove "systemc/*" cmake -S . -B build --preset Release cmake --build build --target format-check cmake --build build -j12