File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v2
29
29
- uses : actions/setup-python@v2
30
30
with :
31
- python-version : 3.7
31
+ python-version : 3.10
32
32
- run : pip install tox==3.24.4
33
33
- run : tox -e ${{ matrix.toxenv }}
34
34
k8s_itests :
39
39
- uses : actions/checkout@v2
40
40
- uses : actions/setup-python@v2
41
41
with :
42
- python-version : 3.7
42
+ python-version : 3.10
43
43
- run : python -m pip install --upgrade pip virtualenv
44
44
- run : curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && chmod +x kubectl && sudo mv kubectl /usr/local/bin/
45
45
- run : python -m pip install --upgrade pip
54
54
- uses : actions/checkout@v2
55
55
- uses : actions/setup-python@v2
56
56
with :
57
- python-version : 3.7
57
+ python-version : 3.10
58
58
- run : sudo apt-get update
59
59
- run : sudo apt-get install -yq devscripts
60
60
- run : make itest_${{ matrix.dist }}
You can’t perform that action at this time.
0 commit comments