diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e5222b4..a640917a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,8 @@ jobs: - '3.10' - '3.11' - '3.12' - - '3.13' + # Seems needs work in traits: https://github.com/nipy/heudiconv/pull/799#issuecomment-2447298795 + # - '3.13' steps: - name: Check out repository uses: actions/checkout@v4