From 76abdb91322b834288f66a9182e4d453a4ffd3e4 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 22 Dec 2023 22:14:57 +0000 Subject: [PATCH] Quit the pip install --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14f17cd..1825853 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,9 +41,6 @@ distros: paths: - .gitlab-ci-build.yml script: |- - python3 -m venv venv - source venv/bin/activate - pip install -U xonsh PyYAML xonsh ./build.xsh -a --list echo "BUILD=$(date +'%Y.%m.%d.%H')" >> build.env