Skip to content

Commit

Permalink
#95 Update workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Dec 11, 2024
1 parent 666f651 commit 8ea1394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- deshima2.0
- v0.3
pull_request:
branches:
- main
- deshima2.0
- v0.3

jobs:
job:
Expand All @@ -31,6 +33,6 @@ jobs:
with:
poetry-version: "1.8.3"
- run: poetry install
- run: black --check decode docs tests
- run: black --check deshima_sensitivity docs tests
- run: pytest -v tests
- run: docs/build

0 comments on commit 8ea1394

Please sign in to comment.