diff --git a/.circleci/config.yml b/.circleci/config.yml index ecd184cb9..b836cdc5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 # The Nix package doesn't know how to do this part, unfortunately. name: "Generate version" command: |