Skip to content

Commit 7b70018

Browse files
committed
fix: update test workflows to fix failure
1 parent eea1edb commit 7b70018

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/python-test.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches: [ "main" ]
1111
paths:
1212
- "**.py"
13+
- "clang_tools/__init__.py"
1314
- "**requirements*.txt"
1415
- pyproject.toml
1516
- .pre-commit-config.yaml
@@ -76,11 +77,11 @@ jobs:
7677
needs: [build]
7778
strategy:
7879
matrix:
79-
version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19 ]
80+
version: [ 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18, 19, 20 ]
8081
os: [ ubuntu-latest, macos-latest, windows-latest ]
81-
exclude:
82-
- version: 19
83-
os: macos-latest # FIXME: https://github.com/cpp-linter/clang-tools-static-binaries/issues/40
82+
# exclude:
83+
# - version: 19
84+
# os: macos-latest # FIXME: https://github.com/cpp-linter/clang-tools-static-binaries/issues/40
8485
fail-fast: false
8586
runs-on: ${{ matrix.os }}
8687
steps:

0 commit comments

Comments
 (0)