Skip to content

Commit

Permalink
ci: add python apps workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 30, 2024
1 parent 9614c24 commit 05d36f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05d36f3

Please sign in to comment.