File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 53
53
with :
54
54
python-version : ${{ env.PYTHON_VERSION }}
55
55
56
- - name : Install dependencies
56
+ - name : Install Python dependencies
57
57
run : |
58
58
pipx install --python ${{ matrix.python-version }} poetry
59
59
make install-dev
Original file line number Diff line number Diff line change 36
36
docs_check :
37
37
name : Docs check
38
38
uses : apify/workflows/.github/workflows/python/docs_check.yaml
39
- secrets : inherit
40
39
41
40
integration_tests :
42
41
name : Integration tests
Original file line number Diff line number Diff line change 32
32
PYTHON_VERSION : 3.12
33
33
steps :
34
34
- name : Dummy step
35
- run : true
35
+ run : " true"
36
36
37
37
lint_check :
38
38
name : Lint check
96
96
with :
97
97
python-version : ${{ env.PYTHON_VERSION }}
98
98
99
- - name : Install dependencies
99
+ - name : Install Python dependencies
100
100
run : |
101
101
pipx install --python ${{ matrix.python-version }} poetry
102
102
make install-dev
You can’t perform that action at this time.
0 commit comments