From 4b830034a7b96901be2fab5d53a44ab9ca4ff5ad Mon Sep 17 00:00:00 2001 From: theissenhelen Date: Fri, 21 Feb 2025 12:01:36 +0000 Subject: [PATCH] WIP --- .github/workflows/integration-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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