Skip to content

Commit

Permalink
ci: install setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleech authored Feb 4, 2024
1 parent 9c948c8 commit ab9facb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel build twine
python -m pip install --upgrade pip wheel build twine setuptools
python -m pip install .
- name: Test package format
Expand Down

0 comments on commit ab9facb

Please sign in to comment.