File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - name : checkout
1313 uses : actions/checkout@v3
14- - name : Set up Python 3.8
14+ - name : Set up Python 3.12
1515 uses : actions/setup-python@v1
16- with : { python-version: 3.8 }
16+ with : { python-version: 3.12 }
1717 - name : Install pip and pipenv
1818 run : |
1919 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : checkout
1313 uses : actions/checkout@v2
14- - name : Set up Python 3.8
14+ - name : Set up Python 3.12
1515 uses : actions/setup-python@v1
16- with : { python-version: 3.8 }
16+ with : { python-version: 3.12 }
1717 - name : Install pip and pipenv
1818 run : |
1919 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -161,9 +161,9 @@ jobs:
161161 steps :
162162 - name : checkout
163163 uses : actions/checkout@v2
164- - name : Set up Python 3.8
164+ - name : Set up Python 3.12
165165 uses : actions/setup-python@v1
166- with : { python-version: 3.8 }
166+ with : { python-version: 3.12 }
167167 - name : Install pip and pipenv
168168 run : |
169169 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments