Skip to content

Commit

Permalink
Merge branch 'branch-23.04' into tmplt_conda_host
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 23, 2023
2 parents a78696c + 458655d commit f72ee27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
docs-build:
if: ${{ startsWith(github.ref, 'refs/heads/branch-') }}
if: github.ref_type == 'branch' && github.event_name == 'push'
needs: [conda-python-build]
secrets: inherit
uses: rapidsai/shared-action-workflows/.github/workflows/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies:
- numba>=0.54
- numpy>=1.18.0
- pandas>=1.0
- pynvml>=11.0.0
- pynvml>=11.0.0,<11.5
- zict>=0.1.3
test_python:
common:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.8"
dependencies = [
"dask >=2023.1.1",
"distributed >=2023.1.1",
"pynvml >=11.0.0",
"pynvml >=11.0.0,<11.5",
"numpy >=1.18.0",
"numba >=0.54",
"pandas >=1.0",
Expand Down

0 comments on commit f72ee27

Please sign in to comment.