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 51e445d commit 8a67866Copy full SHA for 8a67866
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: ${{ matrix.python-version }}
31
32
- name: Install package
33
- run: python -m pip install .[test]
+ run: python -m pip install .[test] "clang==14.0.6"
34
35
- name: Test package
36
run: python -m pytest --forked
0 commit comments