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 4790c48 commit acce144Copy full SHA for acce144
.github/workflows/ci_poetry.yml
@@ -74,12 +74,6 @@ jobs:
74
with:
75
python-version: ${{ matrix.python-version }}
76
77
- - name: Cache poetry virtualenv
78
- uses: actions/cache@v4
79
- with:
80
- path: ./.venv
81
- key: ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{ hashFiles('**/poetry.lock') }}-tests_tasks
82
-
83
- name: Install dependencies (including fractal-tasks extra)
84
run: poetry install --with dev --without docs --no-interaction -E fractal-tasks
85
0 commit comments