diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47f20287..19e5bbc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,8 +109,8 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 100 - ref: HEAD + fetch-depth: 0 + ref: "main" - name: Install poetry run: pipx install poetry