diff --git a/.github/workflows/test_python_3_10.yml b/.github/workflows/test_python_3_10.yml index 0ee5bd2cd..4acb4527b 100644 --- a/.github/workflows/test_python_3_10.yml +++ b/.github/workflows/test_python_3_10.yml @@ -47,7 +47,7 @@ jobs: installer-parallel: true - name: Install dependencies - run: poetry install --no-interaction + run: poetry install --without docs --no-interaction - name: Run tests run: poetry run pytest tests/ diff --git a/.github/workflows/test_python_3_11.yml b/.github/workflows/test_python_3_11.yml index 4327312ec..e97bd8cfe 100644 --- a/.github/workflows/test_python_3_11.yml +++ b/.github/workflows/test_python_3_11.yml @@ -47,7 +47,7 @@ jobs: installer-parallel: true - name: Install dependencies - run: poetry install --no-interaction + run: poetry install --without docs --no-interaction - name: Run tests run: poetry run pytest tests/ diff --git a/.github/workflows/test_python_3_9.yml b/.github/workflows/test_python_3_9.yml index 154e0eab3..6b086af00 100644 --- a/.github/workflows/test_python_3_9.yml +++ b/.github/workflows/test_python_3_9.yml @@ -47,7 +47,7 @@ jobs: installer-parallel: true - name: Install dependencies - run: poetry install --no-interaction + run: poetry install --without docs --no-interaction - name: Run tests run: poetry run pytest tests/