Skip to content

Commit

Permalink
Add tox to load cached venv path
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Dec 2, 2023
1 parent edf478b commit ca31b7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
id: cached-poetry-deps
uses: actions/cache@v3
with:
path: .venv
path: |
.venv
.tox
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-deps.outputs.cache-hit != 'true'
Expand Down

0 comments on commit ca31b7d

Please sign in to comment.