Skip to content

Commit

Permalink
fix fidelity-tests error on Fix dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadbaghaei committed Dec 23, 2024
1 parent 80e7299 commit 044e7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fidelity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
install-chromedriver: true

- name: Fix dependencies
run: apt -y --fix-broken install
run: sudo apt -y --fix-broken install

- name: NPM install
run: npm ci
Expand Down

0 comments on commit 044e7a9

Please sign in to comment.