Skip to content

Commit 35825cc

Browse files
Use bash for conditionals in GitHub Actions
1 parent f14ec8a commit 35825cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-full-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
${{ runner.os }}-pip-
3434
3535
- name: Install dependencies
36+
shell: bash
3637
run: |
3738
python -m pip install --upgrade pip
3839
if [ "${{ matrix.python-version }}" = "3.10" ]; then

.github/workflows/ci-quick-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
${{ runner.os }}-pip-
3333
3434
- name: Install dependencies
35+
shell: bash
3536
run: |
3637
python -m pip install --upgrade pip
3738
if [ "${{ matrix.python-version }}" = "3.10" ]; then

0 commit comments

Comments
 (0)