Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pip/setuptools/wheel in CI #121

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
This doesn't feel good
altendky authored Sep 18, 2020
commit ed5fbc0d4905821a9a8dc042f3002255b8549671
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@ jobs:
architecture: x64
- name: pip/setuptools/wheel
run: |
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade pip setuptools wheel
- name: Report Python information
shell: bash
run: |