Skip to content

Commit

Permalink
update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkoren21 committed Jan 3, 2025
1 parent a7a5912 commit 1ed401d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v2
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-2
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-3
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
Expand All @@ -52,7 +52,7 @@ jobs:
uses: actions/cache@v2
with:
path: .venv
key: venv-${{ runner.os }}-${{ needs.python-setup.outputs.python-version }}-2
key: venv-${{ runner.os }}-${{ needs.python-setup.outputs.python-version }}-3
- name: Configure AWS Credentials
uses: aws-actions/[email protected]
with:
Expand Down

0 comments on commit 1ed401d

Please sign in to comment.