Skip to content

Commit

Permalink
Configure GitHub Action workflows - update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gscorreia89 committed Jan 14, 2021
1 parent 3df9bac commit 16f3b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyChemometrics-test-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run unit tests and process coverage, and if tagged commit, upload to
# PyPI

name: build
name: pyChemometrics

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyChemometrics

[![DOI](https://zenodo.org/badge/61749327.svg)](https://zenodo.org/badge/latestdoi/61749327) ![build](https://github.com/Gscorreia89/pyChemometrics/workflows/pyChemometrics/badge.svg) ![Python38](https://img.shields.io/badge/python-3.8-blue.svg) [![codecov](https://codecov.io/gh/gscorreia89/pyChemometrics/branch/master/graph/badge.svg)](https://codecov.io/gh/gscorreia89/pyChemometrics)
[![DOI](https://zenodo.org/badge/61749327.svg)](https://zenodo.org/badge/latestdoi/61749327) ![build](https://github.com/Gscorreia89/pyChemometrics/workflows/pyChemometrics/badge.svg?branch=master) ![Python38](https://img.shields.io/badge/python-3.8-blue.svg) [![codecov](https://codecov.io/gh/gscorreia89/pyChemometrics/branch/master/graph/badge.svg)](https://codecov.io/gh/gscorreia89/pyChemometrics)

### Description
The pyChemometrics package provides implementations of PCA, PLS regression and PLS discriminant
Expand Down

0 comments on commit 16f3b4a

Please sign in to comment.