chore(actions): Missing cache in the PR (#2067)

This commit is contained in:
Pepe Fagoaga
2023-03-09 11:50:49 +01:00
committed by GitHub
parent 260f4659d5
commit b05f67db19

View File

@@ -25,6 +25,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: |
poetry install