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 bad6f03 commit 7e4e12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
cache-lmdb-store: true
gha-cache-key: unittest-cache0
named-caches-hash: ${{ hashFiles(yaku-apps-python/3rdparty/*.txt') }}
named-caches-hash: ${{ hashFiles('yaku-apps-python/3rdparty/*.txt') }}

- name: Lint and check
working-directory: yaku-apps-python
Expand Down

0 comments on commit 7e4e12d

Please sign in to comment.