Skip to content

Commit

Permalink
Add python version to circleci venv key (#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Feb 8, 2025
1 parent 37ff31a commit 6803ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ commands:
steps:
- restore_cached_venv:
venv_name: v33-pyspec
reqs_checksum: cache-{{ checksum "setup.py" }}-{{ checksum "pyproject.toml" }}
reqs_checksum: cache-{{ checksum "setup.py" }}-{{ checksum "pyproject.toml" }}-{{ python3 --version }}
save_pyspec_cached_venv:
description: Save a venv into a cache with pyspec keys"
steps:
- save_cached_venv:
venv_name: v33-pyspec
reqs_checksum: cache-{{ checksum "setup.py" }}-{{ checksum "pyproject.toml" }}
reqs_checksum: cache-{{ checksum "setup.py" }}-{{ checksum "pyproject.toml" }}-{{ python3 --version }}
venv_path: ./venv
jobs:
checkout_specs:
Expand Down

0 comments on commit 6803ea3

Please sign in to comment.