Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 599 Bytes

File metadata and controls

21 lines (13 loc) · 599 Bytes

Stackinator

A tool for building a scientific software stack from a recipe for vClusters on CSCS' Alps infrastructure.

Read the documentation to get started.

Create a ticket in our GitHub issues if you find a bug, have a feature request or have a question.

running tests:

Use uv to run the tests, which will in turn ensure that the correct dependencies from pyproject.toml are used:

uv run pytest

Before pushing, apply the linting rules (this calls uv under the hood):

./lint