Skip to content

Commit

Permalink
build: test dependencies for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 20, 2024
1 parent 338b692 commit ccb51ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: actions/checkout@v4
- name: install core_types plugin
run: pip install -U git+https://github.com/DHARPA-project/kiara_plugin.core_types@develop
- name: install tabular plugin
run: pip install -U git+https://github.com/DHARPA-project/kiara_plugin.tabular@develop
- name: install kiara
run: pip install -U .[dev_testing]
- name: display installed kiara and module package versions
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ dev_documentation = [
]

dev_testing = [
"kiara_plugin.core_types",
"kiara_plugin.tabular",
"pytest-cov>=4.1.0",
"jsonschema>=4.0.0",
"mypy>=0.800",
Expand Down

0 comments on commit ccb51ff

Please sign in to comment.