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 }}."