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