We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6661d8a + b017efd commit 79962edCopy full SHA for 79962ed
1 file changed
Makefile
@@ -73,7 +73,7 @@ install-dev-deps: warn-terraform-version warn-packer-version check-pre-commit ch
73
go install honnef.co/go/tools/cmd/staticcheck@latest
74
pip install -r community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/requirements.txt
75
pip install -r community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/requirements-dev.txt
76
- pip install mypy
+ pip install mypy==1.18.2
77
78
79
clean:
0 commit comments