From 1c787856cf1d4682815961a3b525b606e12dd8ac Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Tue, 30 Jan 2024 20:45:02 +0100 Subject: [PATCH] Install using pip with test dependencies --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index c0affe9..dcb5eb2 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -28,7 +28,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pytest-cov codecov - python setup.py develop + pip install .[test] - name: Test with pytest run: | pytest --cov=catmux --cov-report=xml .