Commit 08c13620 authored by Godefroid Chapelle's avatar Godefroid Chapelle

GHA: fix cache

parent f72b34fd
......@@ -31,7 +31,7 @@ jobs:
uses: actions/cache@v1.2.0
with:
path: eggs
key: ${{ matrix.os }}-{{ matrix.python-version }}-eggs
key: ${{ matrix.os }}-${{ matrix.python-version }}-eggs
- name: Run tests
env:
TMPDIR: ${{ env.HOME }}/AppData/Local/Temp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment