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 c3c635f commit 2bc0f36Copy full SHA for 2bc0f36
.github/workflows/release.yaml
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/setup-python@v4
82
with:
83
python-version: '3.10'
84
- cache: 'poetry'
+# cache: 'poetry'
85
86
- name: Configure Git user
87
run: |
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/setup-python@v4
26
27
python-version: ${{ matrix.python-version }}
28
29
30
- name: Install dependencies
31
run: poetry install --all-extras
0 commit comments