File tree 3 files changed +5
-5
lines changed
project/.github/workflows
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 60
60
restore-keys: venv-${{ runner.os }}-${{ matrix.python-version }}-{% endraw %}
61
61
62
62
- name: Install dependencies
63
- #if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
63
+ # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
64
64
run: poetry install --no-interaction --all-extras
65
65
{% if use_precommit %}
66
66
- name: Run pre-commit
Original file line number Diff line number Diff line change 44
44
restore-keys: venv-${{ runner.os }}-${{ matrix.python-version }}-{% endraw %}
45
45
46
46
- name: Install dependencies
47
- if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
48
- run: poetry install --no-interaction
47
+ # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
48
+ run: poetry install --no-interaction --all-extras
49
49
50
50
- name: Dynamic versioning
51
51
run: poetry self add "poetry-dynamic-versioning[plugin]"
Original file line number Diff line number Diff line change 52
52
restore-keys: venv-Linux-{{ python_version }}-
53
53
54
54
- name: Install dependencies
55
- if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
56
- run: poetry install --no-interaction
55
+ # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
56
+ run: poetry install --no-interaction --all-extras
57
57
58
58
- name: Build dependencies
59
59
run: poetry build
You can’t perform that action at this time.
0 commit comments