mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Add a note about pip version on GitHub Actions
This commit is contained in:
parent
2a1a5cb0a5
commit
adbe23fe7a
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -41,6 +41,11 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
# We need "pip cache dir", which became a thing in pip v20.1+.
|
||||
# At the time of writing this, 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.
|
||||
- name: Get pip cache directory
|
||||
id: pip-cache
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user