diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index d070007..aee7013 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -49,8 +49,8 @@ jobs: - run: "python --version" - run: "python -mpip install -U pip" - run: "python -mpip --version" - - run: "python -mpip install -r requirements/requirements-dev.txt" - if: "(matrix.os == 'ubuntu-latest') && (matrix.python == '3.11' )" + - name: "Install development dependencies" + run: "python -mpip install -r requirements/requirements-dev.txt" - name: "Run tests" run: "pytest tests/" env: