From 9871963fdaa77868dc58ccfb155f062dea2186a1 Mon Sep 17 00:00:00 2001 From: Bruce Flynn <brucef@ssec.wisc.edu> Date: Mon, 16 Oct 2023 11:17:39 -0500 Subject: [PATCH] remove unnecessary pip commands --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7e6922..227653f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,15 +33,12 @@ test:unit: stage: test script: - pip install hatch - - hatch run pip list - - hatch run pip install -e . - hatch run test tests/unit test:int: stage: test script: - pip install hatch - - hatch run pip install -e . - hatch run test tests/int # Always do dist build for the default branch -- GitLab