Skip to content

Commit

Permalink
Added maturin to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanHydrogen committed Apr 16, 2024
1 parent a225f38 commit c784750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
cache: 'poetry'

- run: poetry install --all-extras
- run: poetry maturin develop --release
- run: poetry run pytest -v

mypy:
Expand All @@ -40,4 +41,5 @@ jobs:
cache: 'poetry'

- run: poetry install --all-extras
- run: poetry maturin develop --release
- run: poetry run mypy ./pyobs_cloudcover

0 comments on commit c784750

Please sign in to comment.