Skip to content

Commit

Permalink
Badges and CI workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Sep 16, 2024
1 parent ec08252 commit 3051ba4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 61 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unittest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
- name: Set up MicroMamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: xcube-stac/environment_workflow.yml
environment-file: xcube-stac/environment.yml

- name: Install xcube and start xcube server
shell: bash -l {0}
run: |
cd /home/runner/work/xcube-stac/xcube-stac/xcube
ls
pip install .
xcube serve -c examples/serve/demo/config.yml &
- name: Run unit tests
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# xcube-stac

[![Build Status](https://github.com/xcube-dev/xcube-stac/actions/workflows/unittest-workflow.yml/badge.svg?branch=main)](https://github.com/xcube-dev/xcube-smos/actions)
[![codecov](https://codecov.io/gh/xcube-dev/xcube-stack/branch/main/graph/badge.svg)](https://app.codecov.io/gh/xcube-dev/xcube-stac)
[![Build Status](https://github.com/xcube-dev/xcube-stac/actions/workflows/unittest-workflow.yml/badge.svg?branch=main)](https://github.com/xcube-dev/xcube-stac/actions)
[![codecov](https://codecov.io/gh/xcube-dev/xcube-stac/graph/badge.svg?token=ktcp1maEgz)](https://codecov.io/gh/xcube-dev/xcube-stac)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/github/license/dcs4cop/xcube-smos)](https://github.com/xcube-dev/xcube-stac/blob/main/LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pystac
- pystac-client
- xarray
- xcube
- xcube >= 1.7.0
# for testing
- black
- flake8
Expand Down
56 changes: 0 additions & 56 deletions environment_workflow.yml

This file was deleted.

0 comments on commit 3051ba4

Please sign in to comment.