Skip to content

Commit

Permalink
Update build-unix-mac-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson authored Apr 25, 2024
1 parent c586314 commit 00c0996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-unix-mac-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/cache@v3
with:
path: .poetry_cache
key: tests-poetry-cache-v11-${{ matrix.os }}-py${{ matrix.python-version }}
key: tests-poetry-cache-v12-${{ matrix.os }}-py${{ matrix.python-version }}

- name: Install project dependencies
run: poetry install -vv || { rm -rf .poetry_cache/virtualenvs/*; poetry install -vv; }
Expand Down

0 comments on commit 00c0996

Please sign in to comment.