We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5475297 commit cd447f1Copy full SHA for cd447f1
.github/workflows/ci.yaml
@@ -84,13 +84,13 @@ jobs:
84
python-version: "3.13"
85
86
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
+ defaults:
+ run:
+ # This might be needed for Windows
+ # and doesn't seem to affect unix-based systems so we include it.
+ # If you have better proof of whether this is needed or not,
+ # feel free to update.
+ shell: bash
94
steps:
95
- name: Check out repository
96
uses: actions/checkout@v4
0 commit comments