From 9ad519431f4706ff748fc34373b502b1fc31ed82 Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Tue, 20 Feb 2024 16:27:06 +0100 Subject: [PATCH] Try to fix install --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 949901d..dcf278e 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -13,7 +13,7 @@ jobs: run: | pip install --upgrade pip pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple - pip install --ignore-installed '.[tests]' + pip install --force-reinstall '.[tests]' pip install coverage coveralls - name: mypy run: |