File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,15 +18,18 @@ jobs:
1818 python-version : ["3.10", "3.11", "3.12", "3.13"]
1919 steps :
2020 - name : Check out
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
28+ - name : Install package
29+ run : python -m pip install -e .
30+
2831 - name : Run unit tests
2932 run : python -m unittest discover -s tests
3033
3134 - name : Run CLI smoke test
32- run : PYTHONPATH=src python -m patchrank rank examples/trivy.json --kev examples/kev.json --epss examples/epss.json --format markdown --limit 5
35+ run : python -m patchrank rank examples/trivy.json --kev examples/kev.json --epss examples/epss.json --format markdown --limit 5
You can’t perform that action at this time.
0 commit comments