diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index e42705c6..b7bced20 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -28,8 +28,9 @@ jobs: - name: Install dependencies run: | python -W ignore -m pip install --upgrade pip - python -W ignore -m pip install .[dev] + python -W ignore -m pip install . + python -W ignore -m pip install .[dev] - name: Test with pytest run: | - pytest -v tests/ + pytest -v tests/ \ No newline at end of file