Skip to content

Commit 1e0eae6

Browse files
author
dmy.berezovskyi
committed
added ruff for actions
1 parent d039f02 commit 1e0eae6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ jobs:
4848
pip install -r requirements.txt
4949
pip install --upgrade pytest pytest-html
5050
pip install ruff
51-
pip install chromedriver-autoinstaller
52-
python -m chromedriver_autoinstaller
5351
5452
- name: Set PYTHONPATH
5553
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
@@ -68,4 +66,4 @@ jobs:
6866
with:
6967
report_paths: '**/test-results.xml'
7068
detailed_summary: true
71-
include_passed: true
69+
include_passed: true

0 commit comments

Comments
 (0)