From f462f5a4bb560c9d20f353cdedacd7c8d8c5c656 Mon Sep 17 00:00:00 2001 From: mjwen Date: Sat, 16 Dec 2023 17:33:16 -0600 Subject: [PATCH] Explicitly add shell --- .github/workflows/testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8404277f..fe1b2e2d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -78,8 +78,9 @@ jobs: - name: Install run: | + shell: bash -el {0} python -m pip install --upgrade pip python -m pip install .[test] - - name: Test with pytest + - name: Run tests run: pytest