Skip to content

Commit

Permalink
enable free-thread in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Nov 16, 2024
1 parent 2e49fcd commit 9651459
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ jobs:
- python-version: "3.13"
pandas-version: "2.2.*"
# https://github.com/pandas-dev/pandas/issues/60016
# disable until pyo3 0.23
# - python-version: "3.13"
# pandas-version: "none"
# disable-gil: true
- python-version: "3.13"
pandas-version: "none"
disable-gil: true

runs-on: ubuntu-latest

Expand Down Expand Up @@ -103,13 +102,7 @@ jobs:

- run: pip freeze

- if: "${{ matrix.disable-gil }}"
continue-on-error: true
run: pytest

- if: "${{ !matrix.disable-gil }}"
continue-on-error: false
run: pytest
- run: pytest

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9651459

Please sign in to comment.