We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509fb52 commit d9bc06cCopy full SHA for d9bc06c
1 file changed
.github/workflows/code_checks.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: actions/setup-python@v6
54
55
- name: Install python toml package
56
- run: pip install -r ./build-tools/codecheck/requirements.txt/requirements.txt
+ run: pip install -r ./build-tools/codecheck/requirements.txt
57
58
- name: Run checks
59
run: bash ./do_checks.sh
0 commit comments