From 11cffcdae11f43c8e5eb30b5c62f4ac4edee256d Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Sun, 28 Jan 2024 07:23:57 -0500 Subject: [PATCH] ci: cache based on requirements-dev.txt for setuptools ci check --- .github/workflows/check-generated-files.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-generated-files.yml b/.github/workflows/check-generated-files.yml index acfdc5e40a6b..8c44bfbbce0f 100644 --- a/.github/workflows/check-generated-files.yml +++ b/.github/workflows/check-generated-files.yml @@ -39,7 +39,8 @@ jobs: id: install_python with: python-version: "3.11" - cache: poetry + cache: pip + cache-dependency-path: requirements-dev.txt - name: update apt-get run: sudo apt-get update -y -q