Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed May 3, 2022
1 parent 797263f commit 4b4e014
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@ jobs:
- name: test with pytest
run: make test

# coverage:
# name: test coverage
# runs-on: ubuntu-latest
# steps:
# - name: "Set up Python 3.9"
# uses: actions/setup-python@v2
# with:
# python-version: 3.9
# - name: pip cache
# id: pip-cache
# uses: actions/cache@v1
# with:
# path: ~/.cache/pip
# key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.*') }}
# - uses: actions/checkout@v2
# - name: install kiara_modules.core
# run: pip install -U --pre --extra-index-url https://pypi.fury.io/dharpa/ kiara_modules.core[all]
# - name: install kiara
# run: pip install -U --extra-index-url https://pypi.fury.io/dharpa/ .[all,dev_testing]
# - name: display installed kiara and module package versions
# run: pip list | grep kiara
# - name: Run coverage
# run: coverage run -m pytest tests
# - name: Upload coverage data to coveralls.io
# run: coveralls --service=github
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
coverage:
name: test coverage
runs-on: ubuntu-latest
steps:
- name: "Set up Python 3.9"
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: pip cache
id: pip-cache
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/setup.*') }}
- uses: actions/checkout@v2
- name: install required plugin packages
run: pip install -U --pre --extra-index-url https://pypi.fury.io/dharpa/ kiara_plugin.core_types kiara_plugin.tabular
- name: install kiara
run: pip install -U --extra-index-url https://pypi.fury.io/dharpa/ .[all,dev_testing]
- name: display installed kiara and module package versions
run: pip list | grep kiara
- name: Run coverage
run: coverage run -m pytest tests
- name: Upload coverage data to coveralls.io
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

mypy-linux:
name: mypy check on linux
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# kiara

*A research data management and orchestration framework.*
*A data-centric workflow orchestration framework.*

- *kiara* user documentation: [https://dharpa.org/kiara.documentation](https://dharpa.org/kiara.documentation/)
- Code: [https://github.com/DHARPA-Project/kiara](https://github.com/DHARPA-Project/kiara)
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = kiara
description = A workflow management and execution engine for the DHARPA project.
description = Data-centric workflow orchestration.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/DHARPA-Project/kiara
Expand Down

0 comments on commit 4b4e014

Please sign in to comment.