File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,14 @@ jobs:
1414 build :
1515 # The type of runner that the job will run on
1616 runs-on : ubuntu-latest
17- strategy :
18- matrix :
19- python-version : [3.6]
20-
2117
2218 # Steps represent a sequence of tasks that will be executed as part of the job
2319 steps :
2420 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25- - uses : actions/checkout@v2
26- - name : Set up Python ${{ matrix.python-version }}
27- uses : actions/setup-python@v2
21+ - name : Set up Python 3.10
22+ uses : actions/setup-python@v4
2823 with :
29- python-version : ${{ matrix.python-version }}
24+ python-version : ' 3.10 '
3025 - name : Install dependencies
3126 run : |
3227 apt-get update && apt-get install -y python-dev
Original file line number Diff line number Diff line change 77 build :
88 # The type of runner that the job will run on
99 runs-on : ubuntu-latest
10- strategy :
11- matrix :
12- python-version : [3.6]
1310
1411 # Steps represent a sequence of tasks that will be executed as part of the job
1512 steps :
You can’t perform that action at this time.
0 commit comments