Skip to content

Commit

Permalink
Ensure setuptools still support test command
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Oct 31, 2024
1 parent 6e785c5 commit be98a1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt update && sudo apt install -y --no-install-recommends python3-setuptools
pip3 install --upgrade setuptools
pip3 install --upgrade setuptools==71.0.0
pip3 install flake8 black
- name: Lint Python
Expand All @@ -45,12 +45,12 @@ jobs:
- name: Install system dependencies
run: |
sudo apt update && sudo apt install -y --no-install-recommends python3-setuptools
pip3 install --upgrade setuptools
pip3 install --upgrade setuptools==71.0.0
pip3 install coverage
- name: Test Python
run: python3 -m coverage run ./setup.py test

check-inclusive-naming:
runs-on: ubuntu-latest

Expand Down

0 comments on commit be98a1f

Please sign in to comment.