Skip to content

Commit

Permalink
fix: add dev to normal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 30, 2024
1 parent 6659b4f commit 32aca9c
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 115 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Install dev dependencies
run: poetry install


- name: Test with pytest
run: |
poetry run pytest --cov-report xml:coverage-report/coverage.xml --cov=nbiatoolkit tests/
Expand Down

0 comments on commit 32aca9c

Please sign in to comment.