Skip to content

Commit

Permalink
fix e2e test ModuleNotFoundError: No module named 'pkg_resources' (#1189
Browse files Browse the repository at this point in the history
)

Signed-off-by: Moshe Levi <moshele@nvidia.com>
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
  • Loading branch information
moshe010 authored Dec 7, 2023
1 parent a373a22 commit e4404b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To run the e2e test, you need the following components:

- curl
- j2cli
- jinjanator
- docker

### How to test e2e
Expand Down

0 comments on commit e4404b2

Please sign in to comment.