From d821b93af9d4b6ba95c2d6a836cbe824a81bd2cf Mon Sep 17 00:00:00 2001 From: Francisco Schulz Date: Mon, 6 May 2024 17:23:14 +0200 Subject: [PATCH] fix: dvc command - URL not detected --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19e715b..a91749e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ stages: ########### # PULL DATA dvc-pull: - image: python:3.10 + image: python:3.8 stage: data script: - pip install dvc