diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index c25af13d..ffefbd8e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -25,7 +25,7 @@ jobs: virtualenvs-create: true virtualenvs-in-project: true - name: Install dependencies - run: poetry install --no-interaction --no-root + run: poetry install --no-interaction - name: Run pytest env: HATCHET_CLIENT_TOKEN: ${{ secrets.HATCHET_CLIENT_TOKEN }}