File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1111 - ' **.py'
1212 - ' pyproject.toml'
1313 - ' requirements*.txt'
14+ - ' constraints-dev.txt'
1415 - ' tox.ini'
1516 - ' .pylintrc'
1617 - ' scripts/*.sh' # Used by this workflow
2324 - ' **.py'
2425 - ' pyproject.toml'
2526 - ' requirements*.txt'
27+ - ' constraints-dev.txt'
2628 - ' tox.ini'
2729 - ' .pylintrc'
2830 - ' scripts/*.sh' # Used by this workflow
Original file line number Diff line number Diff line change 2323 - " pyproject.toml"
2424 - " requirements-dev.txt"
2525 - " requirements-cuda.txt"
26+ - " constraints-dev.txt"
2627
2728permissions :
2829 contents : read
Original file line number Diff line number Diff line change 1919 - " pyproject.toml"
2020 - " requirements-dev.txt"
2121 - " requirements-cuda.txt"
22+ - " constraints-dev.txt"
2223
2324permissions :
2425 contents : read
Original file line number Diff line number Diff line change 2020 - " pyproject.toml"
2121 - " requirements.txt"
2222 - " requirements-dev.txt"
23+ - " constraints-dev.txt"
2324 - " .github/workflows/unit.yaml" # This workflow
2425
2526concurrency :
You can’t perform that action at this time.
0 commit comments