Skip to content

Commit

Permalink
chore: add missing setuptools dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Dec 10, 2023
1 parent cccf236 commit 46fd37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mintest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U tox
pip install -U setuptools tox wheel
python --version
pip --version
tox --version
Expand Down

0 comments on commit 46fd37c

Please sign in to comment.