Skip to content

Commit 37dae8b

Browse files
authored
exclude python 3.12 and pyspark combo in ci (#2005)
1 parent 3670cf8 commit 37dae8b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ jobs:
232232
# pyspark serialization issue on windows: "pandas" module not found
233233
- extra: pyspark
234234
os: windows-latest
235+
- extra: pyspark
236+
python-version: 3.12
235237

236238
steps:
237239
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ testing = [
128128
"pytest-asyncio",
129129
]
130130
docs = [
131+
"setuptools",
131132
"sphinx",
132133
"sphinx-design",
133134
"sphinx-autodoc-typehints <= 1.14.1",
@@ -187,4 +188,4 @@ exclude = '''
187188
'''
188189

189190
[tool.codespell]
190-
ignore-words-list = ["notin", "splitted", "fo", "strat"]
191+
ignore-words-list = ["notin", "splitted", "fo", "strat"]

0 commit comments

Comments
 (0)