Skip to content

Commit

Permalink
fix e2e test ModuleNotFoundError: No module named 'pkg_resources'
Browse files Browse the repository at this point in the history
Signed-off-by: Moshe Levi <[email protected]>
  • Loading branch information
moshe010 committed Nov 20, 2023
1 parent e2e8cfb commit 2ff64e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/kind-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:

- name: Setup j2cli
run: |
pip3 install --user --upgrade j2cli
pip3 install --user --upgrade jinjanator
ln -s ~/.local/bin/jinjanate ~/.local/bin/j2
j2 --version
- name: Setup registry
Expand Down

0 comments on commit 2ff64e8

Please sign in to comment.