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 40
40
docs_check :
41
41
name : Docs check
42
42
uses : apify/workflows/.github/workflows/python/docs_check.yaml
43
- secrets : inherit
44
43
45
44
integration_tests :
46
45
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
@@ -101,7 +101,7 @@ jobs:
101
101
with :
102
102
python-version : ${{ env.PYTHON_VERSION }}
103
103
104
- - name : Install dependencies
104
+ - name : Install Python dependencies
105
105
run : |
106
106
pipx install --python ${{ matrix.python-version }} poetry
107
107
make install-dev
You can’t perform that action at this time.
0 commit comments