mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 03:14:21 +00:00
GitHub Actions have sufficiently recent pip
At the time of writing this commit message, GitHub Actions offers pip v20.3.3 for both ubuntu-latest and windows-latest, and pip v20.3.1 for macos-latest. Those are sufficiently recent pip versions that have "cache dir" sub-command.
This commit is contained in:
parent
1f1a30095e
commit
2a1a5cb0a5
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -193,7 +193,6 @@ 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