From 05d36f316e9d49a69e9b765dae089b7b657fad3c Mon Sep 17 00:00:00 2001 From: Frank Bernhardt Date: Wed, 30 Oct 2024 11:06:24 +0100 Subject: [PATCH] ci: add python apps workflow --- .github/workflows/build-python-apps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-python-apps.yml b/.github/workflows/build-python-apps.yml index 2111c11b..fe6b16b6 100644 --- a/.github/workflows/build-python-apps.yml +++ b/.github/workflows/build-python-apps.yml @@ -11,8 +11,8 @@ jobs: uses: pantsbuild/actions/init-pants@v8 with: pants-ci-config: yaku-apps-python/pants.ci.toml - cache-lmdb-store: true - gha-cache-key: unittest-cache0 + #cache-lmdb-store: true + #gha-cache-key: unittest-cache0 named-caches-hash: ${{ hashFiles('yaku-apps-python/3rdparty/*.txt') }} - name: Lint and check