From 84bd2813eba5f98ff0e3cd2b314619970e7d4e46 Mon Sep 17 00:00:00 2001 From: Tania Allard Date: Fri, 24 May 2024 09:51:37 -0600 Subject: [PATCH] Update workflows reference --- .github/workflows/CI.yml | 2 +- .github/workflows/prerelease.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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