File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Check out the code
1515 uses : actions/checkout@v3
16+
17+ - uses : actions/setup-python@v4
18+ with :
19+ python-version : " 3.11"
1620
1721 - name : Install poetry
1822 run : pipx install poetry
2226
2327 - uses : actions/setup-python@v4
2428 with :
25- python-version : " 3.9 "
29+ python-version : " 3.11 "
2630 cache : poetry
2731
2832 - name : Install Dependencies using Poetry
3640 steps :
3741 - name : Check out the code
3842 uses : actions/checkout@v3
43+
44+ - uses : actions/setup-python@v4
45+ with :
46+ python-version : " 3.11"
3947
4048 - name : Install poetry
4149 run : pipx install poetry
4553
4654 - uses : actions/setup-python@v4
4755 with :
48- python-version : " 3.9 "
56+ python-version : " 3.11 "
4957 cache : poetry
5058
5159 - name : Install Dependencies using Poetry
5967 steps :
6068 - uses : actions/checkout@v3
6169
70+ - uses : actions/setup-python@v4
71+ with :
72+ python-version : " 3.11"
73+
6274 - name : Install poetry
6375 run : pipx install poetry
6476
6779
6880 - uses : actions/setup-python@v4
6981 with :
70- python-version : " 3.9 "
82+ python-version : " 3.11 "
7183 cache : poetry
7284
7385 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments