From bf814fde9ae47bf94ea724c7afd4ca4b3149642a Mon Sep 17 00:00:00 2001 From: ali-ramadhan Date: Wed, 8 May 2024 23:10:12 -0600 Subject: [PATCH] Try to force Windows to use bash See: https://github.com/snok/install-poetry#running-on-windows --- .github/workflows/testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 33787e5..6b686e6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -15,6 +15,9 @@ jobs: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, macos-13, windows-latest] + defaults: + run: + shell: bash runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4