Skip to content

Commit

Permalink
testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubdotpy3d committed Jan 11, 2025
1 parent fd3df83 commit 707f8dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
uses: astral-sh/setup-uv@v5

- name: Install the project
run: uv sync --all-extras --dev
run: uv sync --group actions --all-extras --dev

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

- name: Take Screenshot
env:
Expand Down

0 comments on commit 707f8dc

Please sign in to comment.