There was an error while loading. Please reload this page.
1 parent 2dc8be9 commit 533d679Copy full SHA for 533d679
.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