Skip to content

Commit

Permalink
fix issues with stats tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 12, 2024
1 parent 2b4db09 commit 9ed84b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
run: poetry check

- name: Install dependencies
run: poetry install --verbose
run: |
poetry install --verbose
poetry install --verbose --extras tui
- name: run unit tests
run: makim --verbose tests.unit
Expand Down

0 comments on commit 9ed84b1

Please sign in to comment.