From 9c9a39ab578fd35ae712ac500247f6f88253852f Mon Sep 17 00:00:00 2001 From: Francis CLAIRICIA-ROSE-CLAIRE-JOSEPHINE Date: Sun, 12 Nov 2023 16:00:03 +0100 Subject: [PATCH] [CI] Revert modifications and try with fetch-depth --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 -- .github/workflows/test.yml | 4 ---- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ce583f2..307c6a71 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Setup tox uses: ./.github/actions/setup-tox with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5bb67f87..b0ecac83 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,8 +45,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-tags: true - name: Setup tox uses: ./.github/actions/setup-tox with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec8c0d2b..d61f6200 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,8 +52,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-tags: true - name: Setup tox (python ${{ matrix.python_version }}) uses: ./.github/actions/setup-tox with: @@ -87,8 +85,6 @@ jobs: steps: - uses: actions/checkout@v4 - with: - fetch-tags: true - name: Setup tox (python ${{ matrix.python_version }}) uses: ./.github/actions/setup-tox with: