Setting up GitHub action for automated tests #85
Answered
by
maxime-esa
AliMuhammadOfficial
asked this question in
Q&A
-
Hi @maxime-esa, I am facing bellow issue whenever I run the job! import antlr3 # NOQA |
Beta Was this translation helpful? Give feedback.
Answered by
maxime-esa
Jun 25, 2021
Replies: 1 comment
-
You miss the dependency ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxime-esa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You miss the dependency (
apt install python3-antlr3
in debian)In principle all dependencies are installed when you run
make dependencies