Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
desaimg1 committed Nov 5, 2024
1 parent f1d2485 commit a0bd891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions do.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ def test(card="novus100g"):
)

def generate_allure_report():
run(["sudo apt-get install default-jre",
run(["apt-get install default-jre",
"wget https://github.com/allure-framework/allure2/releases/tag/2.32.0/allure_2.32.0-1_all.deb",
"sudo dpkg -i allure_2.18.1-1_all.deb",])
"dpkg -i allure_2.18.1-1_all.deb",])

run(
[
"allure generate allure-results -c -o allure-report",
Expand Down

0 comments on commit a0bd891

Please sign in to comment.