diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0edfa46605..6cf3f763e7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} - name: Install dependencies - if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' + # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction --no-root --no-plugins # Install node and yarn in order to build the front end during packaging @@ -180,7 +180,7 @@ jobs: path: .venv key: venv-tox-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }} - name: Install dependencies - if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' + # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction --no-root --with test,docs --no-plugins # Grab the built artifacts to ensure we're testing what we eventually publish