Skip to content

Commit

Permalink
resolve workflow build key
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractUmbra committed Jul 23, 2023
1 parent f0bd718 commit e1281fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage_and_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
version: latest
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: .venv
virtualenvs-path: ~/.venv

- name: "Setup Python @ ${{ matrix.python-version }}"
id: setup-python
Expand All @@ -51,7 +51,7 @@ jobs:
id: cached-pip-wheels
uses: actions/cache@v3
with:
path: .venv/
path: ~/.venv/
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

- name: "Install Python deps @ ${{ matrix.python-version }}"
Expand Down

0 comments on commit e1281fd

Please sign in to comment.