Skip to content

Commit 23c22b1

Browse files
authored
fix tests (#302)
1 parent e77430a commit 23c22b1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
steps:
2222
- name: Checkout commit
2323
uses: actions/checkout@v2
24-
with:
25-
fetch-depth: 0
2624
- name: Install python
2725
uses: actions/setup-python@v2
2826
with:
@@ -76,13 +74,11 @@ jobs:
7674
driver: docker
7775
env:
7876
MINIKUBE_DRIVER: ${{ matrix.driver }}
79-
MINIKUBE_K8S_VERSION: 1.20.9
77+
MINIKUBE_K8S_VERSION: 1.23.6
8078
MINIKUBE_CONTAINER_RUNTIME: ${{ matrix.container_runtime }}
8179
steps:
8280
- name: Checkout commit
8381
uses: actions/checkout@v2
84-
with:
85-
fetch-depth: 0
8682
- name: Install python
8783
uses: actions/setup-python@v2
8884
with:

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ platforms = any
1616
include_package_data = True
1717
install_requires =
1818
aiohttp==3.8.4
19+
yarl==1.8.2
1920
neuro-logging==21.12.2
2021
grpcio==1.56.0
2122
protobuf==4.21.12

0 commit comments

Comments
 (0)