Skip to content

Commit

Permalink
Added fix to handle mode telnet
Browse files Browse the repository at this point in the history
  • Loading branch information
chidanandpujar committed May 9, 2024
1 parent 08219a3 commit 57115c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
- name: Run unit test
run: |
sudo python -m pip install nose
sudo pip install nose
sudo python -m pip install mock
sudo python -m pip install coverage
sudo python -m pip install ntc_templates==1.4.1
sudo python -m pip install textfsm==0.4.1
cd tests/unit
sudo nosetests -v --with-coverage --cover-package=jnpr.jsnapy --cover-inclusive -a unit
nosetests -v --with-coverage --cover-package=jnpr.jsnapy --cover-inclusive -a unit

0 comments on commit 57115c0

Please sign in to comment.