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 c784750 commit 49b2b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: 'poetry'

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

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

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

0 comments on commit 49b2b33

Please sign in to comment.