Skip to content

Commit aceeebd

Browse files
committed
🚧
1 parent aeb896a commit aceeebd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/code-embedder.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
run: |
4242
uv sync --all-extras --dev
4343
uv pip install .
44-
uv pip install typer # For code embedder
44+
# uv pip install typer # For code embedder
45+
pin install typer
4546
4647
- name: 🏞️ Activate virtual environment
4748
run: |

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dev = [
3535
"pytest>=8.3.3",
3636
"pytest-cov>=6",
3737
"pytest-md-report>=0.6.2",
38+
"typer>=0.15.1",
3839
]
3940
lint = ["ruff"]
4041
type-check = ["basedpyright"]
@@ -224,6 +225,6 @@ docstring-code-format = true
224225

225226
[tool.poetry]
226227
name = "Test"
227-
version = "0.0.1" # Looks like to be necessary
228+
version = "0.0.1" # Looks like to be necessary
228229
description = ""
229230
authors = ["Katerina Vankova <[email protected]>"]

0 commit comments

Comments
 (0)