We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eff409 commit e563a3dCopy full SHA for e563a3d
.github/workflows/testing.yml
@@ -809,9 +809,9 @@ jobs:
809
python -m pip install --upgrade wheel
810
python -m pip install --upgrade -r dev-requirements.txt
811
python -m pip install --upgrade .
812
- - name: Try single CLI run of tool
813
- run: |
814
- python -m cve_bin_tool.cli test/assets/test-kerberos-5-1.15.1.out
+ # - name: Try single CLI run of tool
+ # run: |
+ # python -m cve_bin_tool.cli test/assets/test-kerberos-5-1.15.1.out
815
- name: Run async tests
816
run: >
817
pytest
0 commit comments