Skip to content

Commit

Permalink
Try installing setuptools in python env
Browse files Browse the repository at this point in the history
  • Loading branch information
simentha committed Jan 8, 2024
1 parent b481c3c commit 625f587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
pip install setuptools
poetry install
- name: Check formatting
Expand Down

0 comments on commit 625f587

Please sign in to comment.