summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-12-29 15:37:45 -0600
committerJordan Cook <jordan.cook.git@proton.me>2022-12-30 14:46:02 -0600
commit986815e77f4d789d3eaa7398fd65487fa2210f49 (patch)
tree53c7d5587d98741d0c6f78e468d0fde387f52407 /.github
parent78c68729924aa0b889c28a51840388b6a3e7a2a4 (diff)
downloadrequests-cache-986815e77f4d789d3eaa7398fd65487fa2210f49.tar.gz
Set default shell to bash for Windows tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 3888a9d..13085d1 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -118,6 +118,9 @@ jobs:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
requests-version: [2.22, 2.23, 2.24, 2.25, 2.26, 2.27, latest]
fail-fast: false
+ defaults:
+ run:
+ shell: bash
runs-on: ${{ matrix.os }}
steps: