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:
Moshe Levi
2023-12-07 13:51:02 +02:00
committed by GitHub
parent a373a2286d
commit e4404b2645
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -5,7 +5,7 @@
To run the e2e test, you need the following components:
- curl
- j2cli
- jinjanator
- docker
### How to test e2e