File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v2
2121
22- - name : Set up Python 3.6
23- uses : actions/setup-python@v2
22+ - name : Set up Python 3.10
23+ uses : actions/setup-python@v3
2424 with :
25- python-version : 3.6
25+ python-version : " 3.10"
26+ architecture : " x64"
27+ env :
28+ AGENT_TOOLSDIRECTORY : /opt/hostedtoolcache
2629
2730 - name : Extract package name and version from branch name
2831 id : get_pkg_info
@@ -80,10 +83,13 @@ jobs:
8083 steps :
8184 - uses : actions/checkout@v2
8285
83- - name : Set up Python 3.6
84- uses : actions/setup-python@v2
86+ - name : Set up Python 3.10
87+ uses : actions/setup-python@v3
8588 with :
86- python-version : 3.6
89+ python-version : " 3.10"
90+ architecture : " x64"
91+ env :
92+ AGENT_TOOLSDIRECTORY : /opt/hostedtoolcache
8793
8894 - name : Install dependencies
8995 run : |
You can’t perform that action at this time.
0 commit comments