Skip to content

Commit

Permalink
📌 Pin to Python 3.11.8 to avoid dask.dataframe TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 committed Apr 12, 2024
1 parent 499aac4 commit 3b25ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.10", "3.11"]
python-version: ["3.8", "3.10", "3.11.8"]
os: [ubuntu-22.04]
# Is it a draft Pull Request (true or false)?
isDraft:
Expand All @@ -29,15 +29,15 @@ jobs:
exclude:
- python-version: '3.8'
isDraft: true
- python-version: '3.11'
- python-version: '3.11.8'
isDraft: true
# Only install optional packages on Ubuntu-22.04/Python 3.10 and 3.11
include:
- os: 'ubuntu-22.04'
python-version: '3.10'
extra-packages: '--extras "raster spatial stac vector"'
- os: 'ubuntu-22.04'
python-version: '3.11'
python-version: '3.11.8'
extra-packages: '--extras "raster spatial stac vector"'

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.11'
python-version: '3.11.8'

- name: Install Poetry and dynamic-versioning plugin
run: |
Expand Down

0 comments on commit 3b25ca0

Please sign in to comment.