diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6cfebab9e..576b9273b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,4 +1,4 @@ -name: continuous-integration-tox +name: continuous-integration # Concurrency group that uses the workflow name and PR number if available # or commit SHA as a fallback. If a new build is triggered under that diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index eee2fa340..f6e84b69b 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -26,7 +26,7 @@ jobs: uses: ./.github/actions/set-dev-env with: python-version: ${{ matrix.python-version }} - pandoc: "True" + pandoc: true - name: "Install (prerelease) dependencies 📦" run: | python -Im pip install --upgrade pip wheel setuptools