Skip to content

Commit

Permalink
Explicitly install setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Jun 14, 2024
1 parent 0cb928e commit c327384
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install setuptools
run: |
pip install setuptools
- name: Run test suite
run: |
python setup.py test

0 comments on commit c327384

Please sign in to comment.