Skip to content

Commit 9a48ec2

Browse files
committed
fix test CI
1 parent ce98bf5 commit 9a48ec2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/run-dev-tests.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,6 @@ jobs:
8181
- if: runner.os == 'Linux'
8282
run: sudo apt-get update
8383

84-
- name: Install clang v7
85-
if: runner.os == 'Linux'
86-
uses: ./.github/install-clang-action
87-
with:
88-
version: '7'
89-
90-
- name: Collect Coverage for clang v7
91-
if: runner.os == 'Linux'
92-
env:
93-
CLANG_VERSION: '7'
94-
run: uvx nox -s test -- --profile ci
95-
9684
- name: Install clang v8
9785
if: runner.os == 'Linux'
9886
uses: ./.github/install-clang-action

0 commit comments

Comments
 (0)