diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74dec383..3d18a5c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: update_existing: true - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 deploy: name: Deploy diff --git a/README.md b/README.md index 37b0a6e0..c3c7ceb9 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,8 @@ [![CI](https://github.com/CAREamics/careamics/actions/workflows/ci.yml/badge.svg)](https://github.com/CAREamics/careamics/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/CAREamics/careamics/branch/main/graph/badge.svg)](https://codecov.io/gh/CAREamics/careamics) -## Installation -``` bash -pip install careamics -``` -For more details on the options please follow the installation [guide](https://careamics.github.io/installation/). +For details installation and usage, please refer to the [guide](https://careamics.github.io/).