Skip to content

Commit

Permalink
Update DASK_SQL_VERSION to 2023.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 8, 2023
1 parent c86ab8e commit f791419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG PYTHON_VER=3.10
ARG LINUX_VER=ubuntu22.04

ARG RAPIDS_VER=23.10
ARG DASK_SQL_VER=2023.6.0
ARG DASK_SQL_VER=2023.8.0

# Gather dependency information
FROM rapidsai/ci:latest AS dependencies
Expand Down
2 changes: 1 addition & 1 deletion matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ PYTHON_VER:
- "3.9"
- "3.10"
DASK_SQL_VER:
- "2023.6.0"
- "2023.8.0"

0 comments on commit f791419

Please sign in to comment.