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 1e4d973 commit 8cab9e6Copy full SHA for 8cab9e6
.github/workflows/pythonapp.yml
@@ -24,12 +24,12 @@ jobs:
24
- name: Install pre-commit
25
run: |
26
python -m pip install --upgrade pip
27
- python -m pip install --upgrade setuptools wheel
28
python -m pip install --upgrade pre-commit
29
pre-commit install
30
- name: Install cve-bin-tool if needed
31
if: ${{ matrix.tool == 'format_checkers' }}
32
+ python -m pip install --upgrade setuptools wheel
33
python -m pip install .
34
- name: Run ${{ matrix.tool }}
35
0 commit comments