diff --git a/.github/workflows/test-pytest.yml b/.github/workflows/test-pytest.yml index 9c0b9ca94..ce5de0ec7 100644 --- a/.github/workflows/test-pytest.yml +++ b/.github/workflows/test-pytest.yml @@ -24,5 +24,6 @@ jobs: with: python-version: ${{ matrix.python-version }} cache: "poetry" + - run: poetry config installer.modern-installation false - run: poetry install - run: poetry run pytest