summaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy.yml')
-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: