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 c61ebb8 commit 1fe8c90Copy full SHA for 1fe8c90
.github/workflows/patchright_tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install Playwright-Python Package
29
run: |
30
- 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/')
+ 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/')
31
cd playwright-python
32
python -m pip install --upgrade pip
33
pip install -r local-requirements.txt
0 commit comments