File tree Expand file tree Collapse file tree 2 files changed +2
-27
lines changed
Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 55 types : [published]
66
77jobs :
8- test :
9- runs-on : ubuntu-latest
10- steps :
11- - uses : actions/checkout@v4
12-
13- - name : Set up Python
14- uses : actions/setup-python@v5
15- with :
16- python-version : ' 3.12'
17-
18- - name : Install uv
19- run : |
20- python -m pip install --upgrade pip
21- pip install uv
22-
23- - name : Install dependencies
24- run : |
25- uv venv
26- uv pip install ".[dev]"
27-
28- - name : Run tests
29- run : |
30- uv pip install pytest
31- pytest
32-
33-
348 build :
35- needs : test
369 runs-on : ubuntu-latest
3710 steps :
3811 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2020
2121 - name : Install dependencies
2222 run : |
23+ uv venv
24+ . .venv/bin/activate
2325 uv pip install pytest opencv-python numpy
2426 uv pip install -e .
2527
You can’t perform that action at this time.
0 commit comments