Skip to content

Commit 239a91a

Browse files
authored
Apply suggestion from @henryiii
1 parent 8a67866 commit 239a91a

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] "clang==14.0.6"
33+
run: python -m pip install .[test]
3434

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

0 commit comments

Comments
 (0)