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