diff --git a/.github/workflows/check-labels.yml b/.github/workflows/check-labels.yml index 2a3aa10505e..a78ac100ab7 100644 --- a/.github/workflows/check-labels.yml +++ b/.github/workflows/check-labels.yml @@ -40,11 +40,9 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: '0' - - uses: actions/setup-python@v4 with: python-version: '3.10' - - name: Check labels env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}