Skip to content

Commit aa24009

Browse files
committed
[DOP-24124] Do not require libkrb5 in docs and CI
1 parent e417a5b commit aa24009

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Install dependencies
5151
run: |
52-
poetry install --no-root --extras server --extras consumer --with dev --without docs,test
52+
poetry install --no-root --extras server --extras consumer --extras postgres --with dev --without docs,test
5353
5454
- name: Run mypy
5555
run: poetry run mypy ./data_rentgen --config-file ./pyproject.toml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Install dependencies
5252
run: |
53-
poetry install --no-root --extras server --extras consumer --without docs,test,dev
53+
poetry install --no-root --extras server --extras consumer --extras postgres --without docs,test,dev
5454
5555
- name: Generate OpenAPI Schema
5656
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ venv-cleanup: ##@Env Cleanup venv
3737
venv-install: ##@Env Install requirements to venv
3838
${POETRY} config virtualenvs.create false
3939
${POETRY} self add poetry-bumpversion
40-
${POETRY} install --no-root --extras server --extras consumer --with dev,test,docs $(ARGS)
40+
${POETRY} install --no-root --extras server --extras consumer --extras postgres --with dev,test,docs $(ARGS)
4141
${PIP} install --no-deps sphinx-plantuml
4242

4343

0 commit comments

Comments
 (0)