File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 date : ${{ inputs.date }}
3636 sha : ${{ inputs.sha }}
3737 docs-build :
38- if : ${{ startsWith( github.ref, 'refs/heads/ branch-') }}
38+ if : github.ref_type == ' branch' && github.event_name == 'push'
3939 needs : [conda-python-build]
4040 secrets : inherit
4141 uses :
rapidsai/shared-action-workflows/.github/workflows/[email protected]
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ dependencies:
100100 - numba>=0.54
101101 - numpy>=1.18.0
102102 - pandas>=1.0
103- - pynvml>=11.0.0
103+ - pynvml>=11.0.0,<11.5
104104 - zict>=0.1.3
105105 test_python :
106106 common :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ requires-python = ">=3.8"
2121dependencies = [
2222 " dask >=2023.1.1" ,
2323 " distributed >=2023.1.1" ,
24- " pynvml >=11.0.0" ,
24+ " pynvml >=11.0.0,<11.5 " ,
2525 " numpy >=1.18.0" ,
2626 " numba >=0.54" ,
2727 " pandas >=1.0" ,
You can’t perform that action at this time.
0 commit comments