Skip to content

Commit

Permalink
Fix error regarding pip message
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Mar 19, 2024
1 parent 4634db0 commit e0078f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"

# Upgrade to the latest version of pip to avoid it displaying warnings
# about it being out of date.
- "pip install --disable-pip-version-check --user --upgrade pip"

# Install twine, support for 'bdist_wheel' and update setuptools.
- "pip install --upgrade wheel setuptools twine"

Expand Down

0 comments on commit e0078f0

Please sign in to comment.