Skip to content

Add geothermal electricity extraction support #179

Add geothermal electricity extraction support

Add geothermal electricity extraction support #179

Triggered via pull request March 30, 2026 23:20
Status Failure
Total duration 12s
Artifacts

ci-python.yml

on: pull_request
Lint Python Code Base with Ruff
8s
Lint Python Code Base with Ruff
Pixi-Locked Test
Pixi-Locked Test
Matrix: Python Integration Tests (Pixi)
Matrix: Python tests (Tox)
Matrix: Python Unit Tests (Pixi)
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ruff (E501): compass/plugin/one_shot/components.py#L485
compass/plugin/one_shot/components.py:485:80: E501 Line too long (84 > 79)
ruff (PLR2004): compass/plugin/one_shot/components.py#L485
compass/plugin/one_shot/components.py:485:35: PLR2004 Magic value used in comparison, consider replacing `2` with a constant variable
ruff (W505): compass/plugin/one_shot/components.py#L464
compass/plugin/one_shot/components.py:464:73: W505 Doc line too long (75 > 72)
ruff (E501): compass/plugin/one_shot/components.py#L461
compass/plugin/one_shot/components.py:461:80: E501 Line too long (91 > 79)
ruff (W505): compass/plugin/one_shot/components.py#L461
compass/plugin/one_shot/components.py:461:73: W505 Doc line too long (91 > 72)
ruff (E303): compass/plugin/one_shot/components.py#L461
compass/plugin/one_shot/components.py:461:5: E303 Too many blank lines (2) help: Remove extraneous blank line(s)
ruff (E303): compass/plugin/one_shot/components.py#L450
compass/plugin/one_shot/components.py:450:5: E303 Too many blank lines (2) help: Remove extraneous blank line(s)
ruff (F401): compass/plugin/one_shot/components.py#L4
compass/plugin/one_shot/components.py:4:8: F401 `ast` imported but unused help: Remove unused import: `ast`
ruff (W505): compass/_cli/process.py#L222
compass/_cli/process.py:222:73: W505 Doc line too long (75 > 72)
ruff (E501): compass/_cli/process.py#L78
compass/_cli/process.py:78:80: E501 Line too long (84 > 79)
Lint Python Code Base with Ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/ruff-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/