File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
run : python -c "import sys; print(sys.version)"
32
32
33
33
- name : Install venv
34
- run : ./tools/uv sync --extra tools -- locked
34
+ run : ./tools/uv sync --locked
35
35
36
36
- name : Run tests without cache
37
37
shell : bash
Original file line number Diff line number Diff line change 31
31
run : python -c "import sys; print(sys.version)"
32
32
33
33
- name : Install venv
34
- run : ./tools/uv sync --extra tools -- locked
34
+ run : ./tools/uv sync --locked
35
35
36
36
- name : Run tests without cache
37
37
shell : bash
Original file line number Diff line number Diff line change 24
24
python-version : " 3.10"
25
25
26
26
- name : Install venv
27
- run : ./tools/uv sync --extra tools -- locked
27
+ run : ./tools/uv sync --locked
28
28
29
29
- name : Ensure linter is happy
30
30
run : ./tools/ci lint
44
44
python-version : ${{ matrix.python-version }}
45
45
46
46
- name : Install venv
47
- run : ./tools/uv sync --extra tools -- locked
47
+ run : ./tools/uv sync --locked
48
48
49
49
- name : Ensure mypy is happy
50
50
run : ./tools/ci types
60
60
python-version : " 3.10"
61
61
62
62
- name : Install venv
63
- run : ./tools/uv sync --extra tools -- locked
63
+ run : ./tools/uv sync --locked
64
64
65
65
- name : Ensure mypy is happy
66
66
run : ./tools/ci types --old
76
76
python-version : " 3.10"
77
77
78
78
- name : Install venv
79
- run : ./tools/uv sync --extra tools -- locked
79
+ run : ./tools/uv sync --locked
80
80
81
81
- name : Ensure code is formatted
82
82
run : |
You can’t perform that action at this time.
0 commit comments