Skip to content

Commit 8a67866

Browse files
committed
Pin clang==14.0.6
1 parent 51e445d commit 8a67866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131

3232
- name: Install package
33-
run: python -m pip install .[test]
33+
run: python -m pip install .[test] "clang==14.0.6"
3434

3535
- name: Test package
3636
run: python -m pytest --forked

0 commit comments

Comments
 (0)