mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-13 13:05:42 +00:00
fix e2e test ModuleNotFoundError: No module named 'pkg_resources' (#1189)
Signed-off-by: Moshe Levi <moshele@nvidia.com> Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
This commit is contained in:
4
.github/workflows/kind-e2e.yml
vendored
4
.github/workflows/kind-e2e.yml
vendored
@@ -45,8 +45,8 @@ jobs:
|
||||
|
||||
- name: Setup j2cli
|
||||
run: |
|
||||
pip3 install --user --upgrade j2cli
|
||||
j2 --version
|
||||
sudo apt-get install -y j2cli
|
||||
echo $(j2 --version)
|
||||
|
||||
- name: Setup registry
|
||||
run: docker run -d --restart=always -p "5000:5000" --name "kind-registry" registry:2
|
||||
|
@@ -5,7 +5,7 @@
|
||||
To run the e2e test, you need the following components:
|
||||
|
||||
- curl
|
||||
- j2cli
|
||||
- jinjanator
|
||||
- docker
|
||||
|
||||
### How to test e2e
|
||||
|
Reference in New Issue
Block a user