From 920e9bfed3f3d879c49478cc2ec5afda49eaa310 Mon Sep 17 00:00:00 2001 From: valosekj Date: Thu, 6 Jun 2024 17:05:11 -0400 Subject: [PATCH] Fix CI - no need to clone the repo --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 741e756..ef09c4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - git clone https://github.com/ivadomed/MetricsReloaded.git - cd MetricsReloaded python -m pip install . - name: Run tests with unittest