Skip to content

Commit e0d989b

Browse files
committed
[DOP-28270] fix ci venv
1 parent e50e0d8 commit e0d989b

1 file changed

Lines changed: 1 addition & 1 deletion

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-install-project"
43+
make venv ARGS="--no-extra gssapi"
4444
4545
- name: Run mypy
4646
run: uv run mypy ./data_rentgen --config-file ./pyproject.toml

0 commit comments

Comments
 (0)