Skip to content

Commit

Permalink
Add setuptools to test sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Feb 22, 2024
1 parent f6f0f33 commit d3865dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ jobs:
# install your root project, if required
#----------------------------------------------
- name: Install library
run: poetry install --no-interaction
run: |
pip install setuptools
poetry install --no-interaction
#----------------------------------------------
# add matrix specifics and run test suite
#----------------------------------------------
- name: Run tests
run: |
source .venv/bin/activate
pip install setuptools
coverage run -m unittest discover -s tests
# #----------------------------------------------
# # upload coverage stats
Expand Down

0 comments on commit d3865dd

Please sign in to comment.