mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-04 21:17:55 +00:00
key wrong?
This commit is contained in:
parent
b39fb229b3
commit
02a73833ea
@ -229,7 +229,7 @@ jobs:
|
||||
# version-specific binary packages so include the Python version
|
||||
# in this key, as well as the canonical source of our
|
||||
# dependencies.
|
||||
- &CACHE_KEY "pip-packages-v1-<< parameters.pythonVersion >>-{{ checksum \"setup.py\" }}"
|
||||
- &CACHE_KEY "pip-packages-v1-<< parameters.pythonVersion >>-{{ checksum \"pyproject.toml\" }}"
|
||||
|
||||
- "run":
|
||||
name: "Fix $env:PATH"
|
||||
@ -785,6 +785,7 @@ commands:
|
||||
- "checkout"
|
||||
|
||||
- "run":
|
||||
# python -m hatch <something-somethong>
|
||||
# The Nix package doesn't know how to do this part, unfortunately.
|
||||
name: "Generate version"
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user