From 2404112f11e2427c6babd54b1f7d28fd0a321960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Fri, 12 Feb 2021 20:13:34 +0100 Subject: ci: Don't modify PATH The reprovisioned runner has Python 3.9 installed and includes required change in its bash_profile. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b2c361d..72593353 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,7 +97,6 @@ macos: before_script: - pip3 install --user meson==0.56 - pip3 install --user ninja - - export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH script: - meson -Dintrospection=disabled -Dcpp_std=c++11 -- cgit v1.2.1