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 d3865dd commit 02af0c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
#----------------------------------------------
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
run: |
pip install setuptools
poetry install --no-interaction --no-root
#----------------------------------------------
# install your root project, if required
#----------------------------------------------
Expand Down

0 comments on commit 02af0c3

Please sign in to comment.