File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1212 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
1313 steps :
1414 - name : Check out the repo
15- uses : actions/checkout@v3
16-
17- - name : Install poetry
18- run : pipx install poetry
19-
20- - name : Set up Python
21- uses : actions/setup-python@v4
15+ uses : actions/checkout@v2
2216 with :
23- python-version : ' 3.10'
24- cache : ' poetry'
17+ fetch-depth : 0
2518
2619 - name : Set up QEMU
2720 uses : docker/setup-qemu-action@v2
7366 type=pep440,pattern={{major}}-slim
7467 type=pep440,pattern={{major}}.{{minor}}-slim
7568
69+ - name : Set up Python
70+ uses : actions/setup-python@v2
71+ with :
72+ python-version : ' 3.10.x'
73+
74+ - name : Set up Poetry
75+ uses : snok/install-poetry@v1
76+ with :
77+ version : ' 1.2.0'
78+
7679 - name : Install project
7780 run : make install
7881 - name : Run lint
You can’t perform that action at this time.
0 commit comments