ci: switch macos-12 -> 13, add py13 to test matrix #132
Annotations
10 errors and 1 warning
Build
Error while trying to read pyproject.toml file.
|
Build
TomlError: Can't redefine existing key at row 142, col 66, pos 3507:
141: test312 = { features = ["py312", "test"], solve-group = "py312" }
142> test312 = { features = ["py313", "test"], solve-group = "py313" }
^
143: dev = { features = ["py313", "test", "lint", "build"], solve-group = "py313" }
|
Build
Error while trying to read pyproject.toml file.
|
Build
TomlError: Can't redefine existing key at row 142, col 66, pos 3507:
141: test312 = { features = ["py312", "test"], solve-group = "py312" }
142> test312 = { features = ["py313", "test"], solve-group = "py313" }
^
143: dev = { features = ["py313", "test", "lint", "build"], solve-group = "py313" }
|
Build
The process '/home/runner/.pixi/bin/pixi' failed with exit code 1
|
Lint
Error while trying to read pyproject.toml file.
|
Lint
TomlError: Can't redefine existing key at row 142, col 66, pos 3507:
141: test312 = { features = ["py312", "test"], solve-group = "py312" }
142> test312 = { features = ["py313", "test"], solve-group = "py313" }
^
143: dev = { features = ["py313", "test", "lint", "build"], solve-group = "py313" }
|
Lint
The process '/home/runner/.pixi/bin/pixi' failed with exit code 1
|
Lint
Error while trying to read pyproject.toml file.
|
Lint
TomlError: Can't redefine existing key at row 142, col 66, pos 3507:
141: test312 = { features = ["py312", "test"], solve-group = "py312" }
142> test312 = { features = ["py313", "test"], solve-group = "py313" }
^
143: dev = { features = ["py313", "test", "lint", "build"], solve-group = "py313" }
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|