From 0bb683f6cb74987b4fe4c92d6ba1838d7027635f Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Thu, 13 Jul 2023 08:57:22 +0200 Subject: [PATCH] Only test dependencies --- .github/workflows/full_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full_test.yml b/.github/workflows/full_test.yml index f338e5c88..3097695f1 100644 --- a/.github/workflows/full_test.yml +++ b/.github/workflows/full_test.yml @@ -41,7 +41,7 @@ jobs: flake8 tests/ --select=F811 - name: Install mikeio run: | - pip install .[dev,test] + pip install .[test] - name: Test with pytest run: | pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings