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.
1 parent 8721245 commit 08c266dCopy full SHA for 08c266d
.github/workflows/lint.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Install dependencies
33
run: |
34
+ curl https://raw.githubusercontent.com/${{ github.repository }}/main/build_tools/shared.sh --retry 5 -o ./build_tools/shared.sh
35
source build_tools/shared.sh
36
# Include pytest compatibility with mypy
37
pip install pytest ruff $(get_dep mypy min) $(get_dep black min) cython-lint
0 commit comments