Only disable restore_pyspec_cached_venv

This commit is contained in:
Justin Traglia 2024-08-22 08:26:00 -05:00
parent a9a1d9ad04
commit 92a801a741
1 changed files with 3 additions and 3 deletions

View File

@ -83,13 +83,13 @@ jobs:
- image: cimg/python:3.12.4
working_directory: ~/specs-repo
steps:
#- restore_cache:
# key: v3-specs-repo-{{ .Branch }}-{{ .Revision }}
- restore_cache:
key: v3-specs-repo-{{ .Branch }}-{{ .Revision }}
#- restore_pyspec_cached_venv
- run:
name: Install pyspec requirements
command: make install_test
#- save_pyspec_cached_venv
- save_pyspec_cached_venv
test-phase0:
docker:
- image: cimg/python:3.12.4