Skip to content

Commit

Permalink
Install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Dec 10, 2023
1 parent a118b1a commit 7880d6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{matrix.python-version}}
- run: pip install setuptools
- run: make install
- run: make lint
- run: make test
Expand Down

0 comments on commit 7880d6c

Please sign in to comment.