We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 200fa49 commit 5e559ceCopy full SHA for 5e559ce
.github/workflows/patchright_tests.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install Playwright-Python Package
28
run: |
29
- git clone https://github.com/microsoft/playwright-python --branch ${{ env.playwright_version }}
+ git clone https://github.com/microsoft/playwright-python --branch $(curl --silent "https://api.github.com/repos/Kaliiiiiiiiii-Vinyzu/patchright/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
30
cd playwright-python
31
python -m pip install --upgrade pip
32
pip install -r local-requirements.txt
@@ -50,7 +50,6 @@ jobs:
50
51
52
pip install dist/patchright-*-manylinux1_x86_64.whl
53
- # dist/patchright-1.52.5-py3-none-manylinux1_x86_64.whl
54
55
- name: Install Playwright Browsers
56
0 commit comments