We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5ea4e commit 8fd6407Copy full SHA for 8fd6407
.github/workflows/ci.yml
@@ -71,9 +71,9 @@ jobs:
71
- uses: actions/cache@v2
72
with:
73
path: ~/.cache/pip
74
- key: ${{ runner.os }}-python-${{ hashFiles('**/pyproject.toml') }}
+ key: ${{ runner.os }}-python-py310-${{ hashFiles('**/pyproject.toml') }}
75
restore-keys: |
76
- ${{ runner.os }}-python-
+ ${{ runner.os }}-python-py310-
77
# Disabling experimental installer for compatibility with Python 3.10.
78
# See https://github.com/python-poetry/poetry/issues/4210.
79
- run: poetry config experimental.new-installer false
0 commit comments