Skip to content

Commit

Permalink
install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jul 3, 2024
1 parent 503f8c4 commit 5d54842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel twine
pip install wheel twine setuptools
- name: Build distribution files
run: python setup.py bdist_wheel sdist
- name: Check distribution files
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel twine
pip install wheel twine setuptools
- name: Check the tag
run: |
PACKAGE_VERSION=`python setup.py --version`
Expand Down

0 comments on commit 5d54842

Please sign in to comment.