Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Dec 9, 2024
1 parent 6618f0c commit dfd030f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
with:
path: ${{ env.POETRY_PATH }}/.venv
path: |
${{ env.POETRY_PATH }}/.venv
${{ env.POETRY_PATH }}/.mypy_cache
key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
python-3.12-poetry
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pulumi-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
# v4.1.2
with:
path: ${{ env.POETRY_PATH }}/.venv
path: |
${{ env.POETRY_PATH }}/.venv
${{ env.POETRY_PATH }}/.mypy_cache
key: python-3.12-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
python-3.12-poetry
Expand Down

0 comments on commit dfd030f

Please sign in to comment.