Skip to content

Commit

Permalink
ci: special-case pytorch on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 17, 2024
1 parent 0d21198 commit 09a6983
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,26 @@ jobs:
sys-deps:
- cmake
- ninja-build
# pytorch wheel doesn't exist for windows + python 3.13, so test
# against 3.12 until that's shipped
- os: windows-latest
python-version: "3.12"
backend:
name: duckdb
title: DuckDB
serial: true
extras:
- --extra duckdb
- --extra deltalake
- --extra geospatial
- --extra examples
- --extra decompiler
- --extra polars
exclude:
- os: windows-latest
python-version: "3.13"
backend:
name: duckdb
- os: windows-latest
backend:
name: mysql
Expand Down

0 comments on commit 09a6983

Please sign in to comment.