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 02af0c3 commit 7fbdae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
pip install distutils
pip install setuptools
poetry install --no-interaction --no-root
#----------------------------------------------
Expand All @@ -92,6 +93,7 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
pip install Distutils
coverage run -m unittest discover -s tests
# #----------------------------------------------
# # upload coverage stats
Expand Down

0 comments on commit 7fbdae1

Please sign in to comment.