File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 41
41
run : |
42
42
uv sync --all-extras --dev
43
43
uv pip install .
44
- uv pip install typer # For code embedder
44
+ # uv pip install typer # For code embedder
45
+ pin install typer
45
46
46
47
- name : 🏞️ Activate virtual environment
47
48
run : |
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ dev = [
35
35
" pytest>=8.3.3" ,
36
36
" pytest-cov>=6" ,
37
37
" pytest-md-report>=0.6.2" ,
38
+ " typer>=0.15.1" ,
38
39
]
39
40
lint = [" ruff" ]
40
41
type-check = [" basedpyright" ]
@@ -224,6 +225,6 @@ docstring-code-format = true
224
225
225
226
[tool .poetry ]
226
227
name = " Test"
227
- version = " 0.0.1" # Looks like to be necessary
228
+ version = " 0.0.1" # Looks like to be necessary
228
229
description = " "
229
230
authors = [
" Katerina Vankova <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments