File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : Install Playwright-Python Package
5353 if : steps.version_check.outputs.proceed == 'true'
5454 run : |
55- uv sync --all-groups
55+ uv sync
56+ uv pip install -r requirements-dev.txt
5657 git clone https://github.com/microsoft/playwright-python --branch ${{ env.playwright_version }}
5758 cd playwright-python
5859 uv add -r local-requirements.txt
Original file line number Diff line number Diff line change 2424
2525 - name : Install Playwright-Python Package
2626 run : |
27- uv sync --all-groups
27+ uv sync
28+ uv pip install -r requirements-dev.txt
2829 git clone https://github.com/microsoft/playwright-python --branch $(curl --silent "https://api.github.com/repos/Kaliiiiiiiiii-Vinyzu/patchright-python/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
2930 cd playwright-python
3031 uv add -r local-requirements.txt
You can’t perform that action at this time.
0 commit comments