Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusgh committed May 13, 2024
1 parent bd6e825 commit 5a25c3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install thermontfa
run: pip install .
- name: Run pytest
run: |
source $VENV
pip install pytest
pytest -v
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- The badges we want to display -->
[![pages-build-deployment](https://github.com/DataAnalyticsEngineering/ThermoNTFA/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/DataAnalyticsEngineering/ThermoNTFA/actions/workflows/pages/pages-build-deployment)
[![Build & Publish Documentation](https://github.com/DataAnalyticsEngineering/ThermoNTFA/actions/workflows/sphinx.yml/badge.svg)](https://github.com/Systems-Theory-in-Systems-Biology/EPI/actions/workflows/sphinx.yml)
[![Build & Publish Documentation](https://github.com/DataAnalyticsEngineering/ThermoNTFA/actions/workflows/sphinx.yml/badge.svg)](https://github.com/DataAnalyticsEngineering/ThermoNTFA/actions/workflows/sphinx.yml)
[![Publish to PyPI](https://github.com/DataAnalyticsEngineering/ThermoNTFA/actions/workflows/publish.yml/badge.svg)](https://github.com/DataAnalyticsEngineering/ThermoNTFA/actions/workflows/publish.yml)
[![pytest](https://img.shields.io/github/actions/workflow/status/DataAnalyticsEngineering/ThermoNTFA/ci.yml?label=pytest&logo=pytest)](https://github.com/DataAnalyticsEngineering/ThermoNTFA/actions/workflows/ci.yml)

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies = [
dev = [
'jupytext~=1.16.1',
'jupyterlab~=4.1.8',
'pre_commit~=3.7.0'
'pre_commit~=3.7.0',
'pytest'
]

[tool.flake8]
Expand Down

0 comments on commit 5a25c3a

Please sign in to comment.