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 7fbdae1 commit a5def34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,23 +77,19 @@ 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
#----------------------------------------------
# install your root project, if required
#----------------------------------------------
- name: Install library
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 Distutils
coverage run -m unittest discover -s tests
# #----------------------------------------------
# # upload coverage stats
Expand Down

0 comments on commit a5def34

Please sign in to comment.