Skip to content

Commit

Permalink
remove poetry caching in parent proj ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hnthh committed Dec 25, 2023
1 parent 5fd6967 commit 54ab188
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ runs:
using: composite

steps:
- name: load cached poetry installation
id: cached-poetry
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-v1-${{ hashFiles('pyproject.toml') }}

- name: install poetry
if: steps.cached-poetry.outputs.cache-hit != true
uses: snok/install-poetry@v1
with:
version: 1.6.1
Expand Down

0 comments on commit 54ab188

Please sign in to comment.