Skip to content

Commit 4fea4bb

Browse files
authored
Minor readme fixes (#2)
1 parent e3a9906 commit 4fea4bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: Docs
22

33
on:
44
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Pyvarium
22

3+
[![Tests](https://github.com/European-XFEL/pyvarium/actions/workflows/tests.yml/badge.svg)](https://github.com/European-XFEL/pyvarium/actions/workflows/tests.yml) | [![Docs](https://github.com/European-XFEL/pyvarium/actions/workflows/docs.yml/badge.svg)](https://european-xfel.github.io/pyvarium/)
4+
35
Pyvarium is a tool designed to help create environments which are managed by [Spack](github.com/spack/spack/) and a pure python environment manager like [Pipenv](https://pipenv.pypa.io/en/latest/) or [Poetry](https://github.com/python-poetry/poetry).
46

57
It aims to help tackle the problem of long term reproducibility and portability of software environments, especially in the area of scientific HPC, by combining the ability of Spack to compile arbitrary software (as long as a package Spack package has been written for it) and flexibility of python environments.

0 commit comments

Comments
 (0)