Skip to content

Commit cd447f1

Browse files
committed
Revert unwanted changes
1 parent 5475297 commit cd447f1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
python-version: "3.13"
8585

8686
runs-on: "${{ matrix.os }}"
87-
# defaults:
88-
# run:
89-
# # This might be needed for Windows
90-
# # and doesn't seem to affect unix-based systems so we include it.
91-
# # If you have better proof of whether this is needed or not,
92-
# # feel free to update.
93-
# shell: bash
87+
defaults:
88+
run:
89+
# This might be needed for Windows
90+
# and doesn't seem to affect unix-based systems so we include it.
91+
# If you have better proof of whether this is needed or not,
92+
# feel free to update.
93+
shell: bash
9494
steps:
9595
- name: Check out repository
9696
uses: actions/checkout@v4

0 commit comments

Comments
 (0)