Skip to content

Commit 96b37a3

Browse files
committed
Add fail-fast: false
1 parent bfd0c1f commit 96b37a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ jobs:
4848
# version: [ 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14 ]
4949
version: [ 10, 11 ]
5050
os: [ ubuntu-latest, macos-latest, windows-latest ]
51+
fail-fast: false
5152
runs-on: ${{ matrix.os }}
5253
steps:
5354
- name: Set up Python 3.8
5455
uses: actions/setup-python@v4
5556
with:
5657
python-version: "3.8"
57-
- name: Install on windows
58-
if: ${{ matrix.os }} == " windows-latest"
58+
- name: Install on Windows
59+
if: ${{ matrix.os }} == "windows-latest"
5960
run: |
6061
pip install git+https://github.com/shenxianpeng/clang-tools-pip.git@main
6162
clang-tools --install ${{ matrix.version }}

0 commit comments

Comments
 (0)