From d8927e3bc2a3e920655cc8087878941d45502b4e Mon Sep 17 00:00:00 2001 From: Bastian Leykauf Date: Fri, 24 Nov 2023 10:34:05 +0100 Subject: [PATCH] fix uninstall command --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 29e0285..54b0817 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install .[tests] - pip remove meer_tec # only keep dependencies + pip uninstall meer_tec # only keep dependencies - name: Run pytest run: pytest . - name: Run mypy