diff --git a/.github/workflows/python_pytest.yml b/.github/workflows/python_pytest.yml index fee2d3b1..6733146e 100644 --- a/.github/workflows/python_pytest.yml +++ b/.github/workflows/python_pytest.yml @@ -22,7 +22,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - # fetch-depth: 0 + fetch-depth: 0 # Used for version detection fetch-tags: true # Used for version detection - name: Set up Poetry uses: Gr1N/setup-poetry@v9 @@ -101,7 +101,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - # fetch-depth: 0 + fetch-depth: 0 # Used for version detection fetch-tags: true # Used for version detection - name: Set up Poetry uses: Gr1N/setup-poetry@v9