Skip to content

Commit

Permalink
CI: add setuptools to lint only
Browse files Browse the repository at this point in the history
setuptools only used for liccheck
  • Loading branch information
vishwin committed Mar 4, 2024
1 parent b2cb3be commit 080f706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ env.PYTHON_DEFAULT_VERSION }}
cache: "pip"
- name: Install dependencies
run: python -m pip install --upgrade nox pdm
run: python -m pip install --upgrade nox pdm setuptools
- name: Run linters
run: nox -vs lint
- name: Validate new changelog entries
Expand Down Expand Up @@ -129,4 +129,4 @@ jobs:
sudo apt-get install -y graphviz plantuml
python -m pip install --upgrade nox pdm
- name: Build the docs
run: nox --non-interactive -vs doc
run: nox --non-interactive -vs doc

0 comments on commit 080f706

Please sign in to comment.