Skip to content

Commit

Permalink
ci(github): update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Jun 19, 2022
1 parent 88f3213 commit afcc502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.local
key: dotlocal-${{ matrix.os }}-${{ env.BUILD_POETRY_VERSION }}
key: dotlocal-${{ matrix.os }}-${{ matrix.python-version }}-${{ env.BUILD_POETRY_VERSION }}

- name: Install Poetry ${{ env.BUILD_POETRY_VERSION }}
uses: snok/install-poetry@v1
Expand Down

0 comments on commit afcc502

Please sign in to comment.