⬆️ Upgrade dependencies upper range for extras "all" (#4803)

This commit is contained in:
Sebastián Ramírez
2022-04-17 17:51:42 +02:00
committed by GitHub
parent 75af472029
commit 02fae6a38e
2 changed files with 10 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ jobs:
id: cache
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v02
- name: Install Flit
if: steps.cache.outputs.cache-hit != 'true'
run: pip install flit