Skip to content

Commit

Permalink
cache .tox?
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 19, 2023
1 parent 1c5cd3e commit 261cf82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ jobs:
- name: Cache
uses: actions/cache@v3
with:
path: ~/.cache
path: |
~/.cache
.tox/
key: ${{ runner.os }}-${{ matrix.python-version }}-ci-quality

- name: Install dependencies
Expand Down

0 comments on commit 261cf82

Please sign in to comment.