From 211bfd6206bbaf46a25f0743f6b6a593d85450ac Mon Sep 17 00:00:00 2001 From: Maciej Nasinski Date: Wed, 4 Oct 2023 20:38:52 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f54d3fa..70ef184 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,11 +21,8 @@ jobs: - name: Check-out repository uses: actions/checkout@v2 - - name: Install packages - run: pip install -r requirements.txt - - name: Install multidim package - run: pip install "." + run: pip install ".[all]" - name: Test with pytest run: python -m pytest tests --doctest-modules --cov=multidim --cov-report=xml @@ -50,4 +47,4 @@ jobs: verbose: true - name: Build documentation - run: make html --directory docs/ \ No newline at end of file + run: make html --directory docs/