Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 9a3eb44

Browse files
authored
depends on clippy@v0.4.2 (#51)
* depends on clippy@v0.4.2
1 parent 436968b commit 9a3eb44

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
# python -m pip install pytest git+https://github.com/llnl/clippy@master
20-
python -m pip install pytest git+https://github.com/llnl/clippy@sbromberger/stream-stderr
21-
19+
python -m pip install pytest git+https://github.com/llnl/clippy@v0.4.2
2220
2321
- name: Install Boost
2422
uses: MarkusJx/install-boost@v2

0 commit comments

Comments
 (0)