Skip to content

Update parquet requirement from 58.0.0 to 59.0.0 #279

Update parquet requirement from 58.0.0 to 59.0.0

Update parquet requirement from 58.0.0 to 59.0.0 #279

Triggered via pull request June 30, 2026 04:55
Status Failure
Total duration 15s
Artifacts –

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint
The process '/opt/hostedtoolcache/ruff/0.15.20/x86_64/ruff' failed with exit code 1
ruff (F821): nyx-py/nyx_space/orbit_determination.pyi#L854
nyx-py/nyx_space/orbit_determination.pyi:854:57: F821 Undefined name `Self`
ruff (F821): nyx-py/nyx_space/orbit_determination.pyi#L752
nyx-py/nyx_space/orbit_determination.pyi:752:15: F821 Undefined name `StochasticState`
ruff (F821): nyx-py/generate_stubs.py#L575
nyx-py/generate_stubs.py:575:27: F821 Undefined name `cls_def`
ruff (E721): nyx-py/generate_stubs.py#L573
nyx-py/generate_stubs.py:573:22: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
ruff (E721): nyx-py/generate_stubs.py#L360
nyx-py/generate_stubs.py:360:8: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/