speed up CI

This commit is contained in:
JensDiemer 2022-09-18 17:39:28 +02:00
parent 84313210dc
commit 7ed0edfb56

View file

@ -22,6 +22,11 @@ jobs:
with: with:
python-version: '${{ matrix.python-version }}' python-version: '${{ matrix.python-version }}'
- uses: actions/cache@v2
with:
path: ~/.cache/
key: dot-cache-files
- name: 'Install package' - name: 'Install package'
run: | run: |
pip3 install poetry pip3 install poetry