Skip to content

Commit 08c266d

Browse files
committed
MNT Fetch script from main branch in lint.yml (#30505)
1 parent 8721245 commit 08c266d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34+
curl https://raw.githubusercontent.com/${{ github.repository }}/main/build_tools/shared.sh --retry 5 -o ./build_tools/shared.sh
3435
source build_tools/shared.sh
3536
# Include pytest compatibility with mypy
3637
pip install pytest ruff $(get_dep mypy min) $(get_dep black min) cython-lint

0 commit comments

Comments
 (0)