Skip to content

Commit

Permalink
add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed May 8, 2024
1 parent f0034b7 commit c8b7a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
uses: snok/install-poetry@v1
with:
virtualenvs-create: true

- name: Install setuptools
run: poetry run pip install setuptools

- name: Install dependencies
run: poetry install --no-interaction
Expand Down

0 comments on commit c8b7a41

Please sign in to comment.