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 5353 with :
5454 python-version : ${{ env.PYTHON_VERSION }}
5555
56- - name : Install dependencies
56+ - name : Install Python dependencies
5757 run : |
5858 pipx install --python ${{ matrix.python-version }} poetry
5959 make install-dev
Original file line number Diff line number Diff line change 4040 docs_check :
4141 name : Docs check
4242 uses : apify/workflows/.github/workflows/python/docs_check.yaml
43- secrets : inherit
4443
4544 integration_tests :
4645 name : Integration tests
Original file line number Diff line number Diff line change 3232 PYTHON_VERSION : 3.12
3333 steps :
3434 - name : Dummy step
35- run : true
35+ run : " true"
3636
3737 lint_check :
3838 name : Lint check
@@ -101,7 +101,7 @@ jobs:
101101 with :
102102 python-version : ${{ env.PYTHON_VERSION }}
103103
104- - name : Install dependencies
104+ - name : Install Python dependencies
105105 run : |
106106 pipx install --python ${{ matrix.python-version }} poetry
107107 make install-dev
You can’t perform that action at this time.
0 commit comments