From a9a1d9ad04a40f7f58a84dfdae1164b78a873459 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Thu, 22 Aug 2024 08:22:24 -0500 Subject: [PATCH] Try no restore/save cache --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d53e0c47e..5a5ec5627 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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_pyspec_cached_venv + #- 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