Skip to content

Commit

Permalink
add status badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Sep 19, 2021
1 parent f8b8c9b commit 5db4adb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI build Anaconda packages
name: CI build Anaconda

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build CI wheels
name: CI build wheels

on:
workflow_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![CI build wheels](https://github.com/PySCeS/pysces/actions/workflows/cibuildwheel.yml/badge.svg)](https://github.com/PySCeS/pysces/actions/workflows/cibuildwheel.yml)
[![CI build Anaconda](https://github.com/PySCeS/pysces/actions/workflows/build-conda.yml/badge.svg)](https://github.com/PySCeS/pysces/actions/workflows/build-conda.yml)
[![Documentation Status](https://readthedocs.org/projects/pyscesdocs/badge/?version=latest)](https://pyscesdocs.readthedocs.io/en/latest/?badge=latest)

# PySCeS - Python Simulator for Cellular Systems

PySCeS is a flexible, user-friendly tool for the analysis of cellular systems. For more
Expand Down

0 comments on commit 5db4adb

Please sign in to comment.