diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0802e5ee..9b5248b6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,8 +14,10 @@ jobs: runs-on: ubuntu-latest #[self-hosted, gpu] steps: - - name: Checkout repository - uses: actions/checkout@v4 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + fetch-tags: true - name: Set up Python 3.10 uses: actions/setup-python@v5