Skip to content

Commit dc84108

Browse files
committed
testing actions
1 parent 707f8dc commit dc84108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: uv sync --group actions --all-extras --dev
1919

2020
- name: Verify Selenium Installation
21-
run: python -c "import selenium; print('Selenium installed successfully!')"
21+
run: uv run python -c "import selenium; print('Selenium installed successfully!')"
2222

2323
- name: Take Screenshot
2424
env:

0 commit comments

Comments
 (0)