File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- name : Checkout commit
23
23
uses : actions/checkout@v2
24
- with :
25
- fetch-depth : 0
26
24
- name : Install python
27
25
uses : actions/setup-python@v2
28
26
with :
@@ -76,13 +74,11 @@ jobs:
76
74
driver : docker
77
75
env :
78
76
MINIKUBE_DRIVER : ${{ matrix.driver }}
79
- MINIKUBE_K8S_VERSION : 1.20.9
77
+ MINIKUBE_K8S_VERSION : 1.23.6
80
78
MINIKUBE_CONTAINER_RUNTIME : ${{ matrix.container_runtime }}
81
79
steps :
82
80
- name : Checkout commit
83
81
uses : actions/checkout@v2
84
- with :
85
- fetch-depth : 0
86
82
- name : Install python
87
83
uses : actions/setup-python@v2
88
84
with :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ platforms = any
16
16
include_package_data = True
17
17
install_requires =
18
18
aiohttp ==3.8.4
19
+ yarl ==1.8.2
19
20
neuro-logging ==21.12.2
20
21
grpcio ==1.56.0
21
22
protobuf ==4.21.12
You can’t perform that action at this time.
0 commit comments