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 daf71bd commit 4790c48Copy full SHA for 4790c48
.github/workflows/ci_poetry.yml
@@ -34,12 +34,6 @@ jobs:
34
with:
35
python-version: ${{ matrix.python-version }}
36
37
- - name: Cache poetry virtualenv
38
- uses: actions/cache@v4
39
- with:
40
- path: ./.venv
41
- key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_core
42
-
43
- name: Install dependencies (without extras)
44
run: poetry install --with dev --without docs --no-interaction
45
0 commit comments