Revamp build #296
ci.yml
on: pull_request
Matrix: test-builds
Build release on ubuntu-latest
12s
Linting
4s
Docs
4s
Publish release to Github and Pypi
0s
Annotations
17 errors and 8 warnings
Ruff (F403):
pylinalg/__init__.py#L8
pylinalg/__init__.py:8:1: F403 `from .matrix import *` used; unable to detect undefined names
|
Ruff (F403):
pylinalg/__init__.py#L9
pylinalg/__init__.py:9:1: F403 `from .misc import *` used; unable to detect undefined names
|
Ruff (F403):
pylinalg/__init__.py#L10
pylinalg/__init__.py:10:1: F403 `from .quaternion import *` used; unable to detect undefined names
|
Ruff (F403):
pylinalg/__init__.py#L11
pylinalg/__init__.py:11:1: F403 `from .vector import *` used; unable to detect undefined names
|
Ruff (F821):
pylinalg/matrix.py#L678
pylinalg/matrix.py:678:26: F821 Undefined name `result_shape`
|
Ruff (F821):
pylinalg/matrix.py#L683
pylinalg/matrix.py:683:24: F821 Undefined name `new_z`
|
Ruff (F821):
pylinalg/matrix.py#L683
pylinalg/matrix.py:683:47: F821 Undefined name `new_z`
|
Ruff (F821):
pylinalg/matrix.py#L685
pylinalg/matrix.py:685:9: F821 Undefined name `up_reference`
|
Ruff (B904):
pylinalg/vector.py#L167
pylinalg/vector.py:167:9: B904 Within an `except` clause, raise exceptions with `raise ... from err` or `raise ... from None` to distinguish them from errors in exception handling
|
Ruff (RUF200):
pyproject.toml#L26
pyproject.toml:26:9: RUF200 Failed to parse pyproject.toml: Expected one of `@`, `(`, `<`, `=`, `>`, `~`, `!`, `;`, found `^`
|
Docs
Process completed with exit code 1.
|
Test py311
Process completed with exit code 1.
|
Test py312
Process completed with exit code 1.
|
Test py39
Process completed with exit code 1.
|
Test py310
Process completed with exit code 1.
|
Build release on ubuntu-latest
Process completed with exit code 1.
|
Test py313
Process completed with exit code 1.
|
Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test py311
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test py312
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test py39
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test py310
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build release on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test py313
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|