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 350e8b2 commit 434c0c2Copy full SHA for 434c0c2
.github/workflows/ci.yml
@@ -170,11 +170,6 @@ jobs:
170
virtualenvs-create: true
171
virtualenvs-in-project: true
172
installer-parallel: true
173
- - name: Load cached venv
174
- uses: actions/cache@v3
175
- with:
176
- path: .venv
177
- key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
178
- name: Install dependencies
179
run: |
180
make full;
0 commit comments