Skip to content

Commit

Permalink
Removes unnecessary setuptools preinstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHammond13 committed Feb 26, 2024
1 parent 50bb76a commit 79d6b34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install setuptools
run: pip install -U setuptools
- name: Install dependencies
run: poetry install
- name: Lint package source with flake8
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m pip install -U setuptools
- name: Build and publish
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_PUBLISH_TOKEN }}
Expand Down

0 comments on commit 79d6b34

Please sign in to comment.