Skip to content

Commit

Permalink
ci: BI-0 use poetry for mypy deps (#719)
Browse files Browse the repository at this point in the history
ci: use poetry for mypy deps
  • Loading branch information
ovsds authored Nov 15, 2024
1 parent 5b288ae commit cee5795
Show file tree
Hide file tree
Showing 4 changed files with 1,239 additions and 46 deletions.
42 changes: 0 additions & 42 deletions ci/requirements_types.txt

This file was deleted.

4 changes: 1 addition & 3 deletions docker_build/bake_ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ target "ci_with_src" {
"COPY --from=bake_ctx_dl_src_ci / /src/",
"RUN . /venv/bin/activate && pip install -e /src/terrarium/bi_ci",
"RUN . /venv/bin/activate && pip install -e /src/terrarium/dl_gitmanager",
"RUN . /venv/bin/activate && cd /src/metapkg/ && poetry install --no-root --with=dev --with=ci",
# todo: include stubs into the metapkg pyproject.toml
"RUN . /venv/bin/activate && pip install -r /src/ci/requirements_types.txt"
"RUN . /venv/bin/activate && cd /src/metapkg/ && poetry install --no-root --with=dev --with=ci --with=mypy",
])
}
Loading

0 comments on commit cee5795

Please sign in to comment.