Skip to content

Commit

Permalink
Pin python version in CI to avoid dask error (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dobraczka authored Apr 11, 2024
1 parent ba2a1cd commit fd01baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: True
matrix:
python-version: [3.8, "3.11"]
python-version: [3.8, "3.11.8"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down

0 comments on commit fd01baa

Please sign in to comment.