diff --git a/.github/workflows/Draft-Release.yml b/.github/workflows/Draft-Release.yml index 4b2414ac1..3cf84bc75 100644 --- a/.github/workflows/Draft-Release.yml +++ b/.github/workflows/Draft-Release.yml @@ -414,17 +414,12 @@ jobs: make install - name: Install setuptools and wheel - if: ${{ env.PYTHON >= 3.12 }} run: | python${{env.PYTHON}} -m pip install setuptools wheel + - name: Add custom problem matchers for annotations run: echo "::add-matcher::.github/problem-matchers.json" - - name: Install setuptools and wheel - if: ${{ env.PYTHON >= 3.12 }} - run: | - python${{env.PYTHON}} -m pip install setuptools wheel - # This patches a bug where ManyLinux doesn't generate buildnumber as git dir is owned by diff user - name: Enable git safe-directory run: git config --global --add safe.directory $GITHUB_WORKSPACE diff --git a/.github/workflows/Manylinux_2_28.yml b/.github/workflows/Manylinux_2_28.yml index 105a80b34..7b00cb7ff 100644 --- a/.github/workflows/Manylinux_2_28.yml +++ b/.github/workflows/Manylinux_2_28.yml @@ -134,7 +134,6 @@ jobs: make install - name: Install setuptools and wheel - if: ${{ env.PYTHON >= 3.12 }} run: | python${{env.PYTHON}} -m pip install setuptools wheel