Skip to content

Commit 7c0768e

Browse files
committed
chore: update workflows in README.md
1 parent 516c103 commit 7c0768e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/check.yml

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

33
on: [ push, pull_request ]
44

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
![PyLint](https://github.com/PySATL/MPEst/actions/workflows/pylint.yml/badge.svg)
2-
![Check code style](https://github.com/PySATL/MPEst/actions/workflows/code_style.yml/badge.svg)
3-
[![Code style](https://img.shields.io/badge/Code%20style-black-000000.svg)](https://github.com/psf/black)
4-
![Unit Tests](https://github.com/PySATL/MPEst/actions/workflows/test.yml/badge.svg)
1+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
2+
![CI](https://github.com/PySATL/pysatl-mpest/actions/workflows/check.yml/badge.svg)
3+
<a href="https://github.com/PySATL/pysatl-mpest/blob/main/LICENSE"><img alt="License: MIT" src="https://black.readthedocs.io/en/stable/_static/license.svg"></a>
54

65
## Installation
76

@@ -98,6 +97,6 @@ plt.show()
9897
![plot](https://github.com/toxakaz/EM-algo/raw/main/examples/readme_example/example.png)
9998

10099
## Requirements
101-
- python 3.11
100+
- python >= 3.11
102101
- numpy
103102
- scipy

0 commit comments

Comments
 (0)