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 3636 docs_check :
3737 name : Docs check
3838 uses : apify/workflows/.github/workflows/python/docs_check.yaml
39- secrets : inherit
4039
4140 integration_tests :
4241 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
9696 with :
9797 python-version : ${{ env.PYTHON_VERSION }}
9898
99- - name : Install dependencies
99+ - name : Install Python dependencies
100100 run : |
101101 pipx install --python ${{ matrix.python-version }} poetry
102102 make install-dev
You can’t perform that action at this time.
0 commit comments