Skip to content

Commit 7ccab27

Browse files
committed
Call bash to execute CI test script
1 parent d058993 commit 7ccab27

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
matrix:
2121
os: [ubuntu-latest]
2222
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
23-
defaults:
24-
run:
25-
shell: bash
2623
steps:
2724
- name: Checkout repository
2825
uses: actions/checkout@v4
@@ -35,4 +32,4 @@ jobs:
3532
pip install --upgrade pip
3633
pip install pre-commit
3734
- name: Run tests
38-
run: ./test.sh
35+
run: bash test.sh

0 commit comments

Comments
 (0)