Skip to content

Commit 9b83339

Browse files
ci: Update shell
1 parent beb2c03 commit 9b83339

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ jobs:
4242
with:
4343
python-version: ${{ matrix.python-version }}
4444
- name: Upgrade pip, Install nox
45+
shell: bash
4546
run: |
4647
python -m pip install --upgrade pip
4748
python -m pip install nox
4849
- name: Lint
50+
shell: bash
4951
run: |
5052
nox \
5153
--error-on-missing-interpreters \

0 commit comments

Comments
 (0)