Skip to content

Commit

Permalink
ci: use Python 3.11.8 to build Dask support matrix
Browse files Browse the repository at this point in the history
Co-authored-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
  • Loading branch information
jitingxu1 and deepyaman committed May 30, 2024
1 parent 0421c66 commit 717783a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11.8" # TODO(deepyaman): Update Python version when Ibis supports `dask>=2024.4.1`, which added https://github.com/dask/dask/pull/11035.
cache: "pip"

- name: Set up Quarto
Expand Down

0 comments on commit 717783a

Please sign in to comment.