mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
What's the pip version on GitHub Actions?
There's no need of upgrading pip if GA offers a sufficiently new pip.
This commit is contained in:
parent
f731159cd7
commit
8bf068f991
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
||||
- name: Get pip cache directory
|
||||
id: pip-cache
|
||||
run: |
|
||||
pip --version
|
||||
echo "::set-output name=dir::$(pip cache dir)"
|
||||
|
||||
- name: Use pip cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user