From 1d4de8dfac308283ec801a60d65bea1c06f285d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Mon, 14 Oct 2024 18:16:30 +0200 Subject: [PATCH] CI: update build --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d9cf73..6d63295 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,5 +3,6 @@ job-test: - python3 -m venv .venv # Create Python virtual environment - source .venv/bin/activate # Activate Python virtual environment - pip3 install -r requirements.txt # Install Python dependencies + - pip3 install wheel # Install wheel package for build - pip3 install . # Install the package - python3 .ci_scripts/run-all-pcaps.py # Run fuzzer on all PCAP files -- GitLab