Skip to content

Commit 56188c3

Browse files
committed
[DOP-28270] update dependencies
1 parent 109ab68 commit 56188c3

6 files changed

Lines changed: 185 additions & 3631 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install dependencies
4242
run: |
43-
make venv ARGS="--no-extra gssapi"
43+
make venv
4444
4545
- name: Run mypy
4646
run: uv run mypy ./data_rentgen --config-file ./pyproject.toml

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Install dependencies
4848
run: |
49-
make venv ARGS="--no-extra gssapi"
49+
make venv
5050
5151
- name: Run Tests
5252
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ venv-cleanup: ##@Env Cleanup venv
3939
${PIP} install uv
4040

4141
venv-install: ##@Env Install requirements to venv
42-
${UV} sync --inexact --frozen --all-extras --all-groups $(ARGS)
42+
${UV} sync --inexact --frozen extras --all-groups --no-extra gssapi $(ARGS)
4343

4444

4545
db: db-start db-upgrade db-partitions ##@DB Prepare database (in docker)

0 commit comments

Comments
 (0)