From dc99eea6bec5af6a137eac43fc5ff5d567d08d9a Mon Sep 17 00:00:00 2001 From: sealldeveloper <120470330+sealldeveloper@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:08:38 +1100 Subject: [PATCH] fix workflow for windows --- .github/workflows/verification.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verification.yml b/.github/workflows/verification.yml index a58473c..c45d5ce 100644 --- a/.github/workflows/verification.yml +++ b/.github/workflows/verification.yml @@ -37,6 +37,7 @@ jobs: run: python verification.py - name: Check if verification passed + shell: bash # Use Bash for this step run: | if [ $? -eq 0 ]; then echo "Verification passed for Python ${{ matrix.python-version }} on ${{ matrix.os }}."