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 2aafe09 commit 4a307c2Copy full SHA for 4a307c2
.github/workflows/playwright.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-python@v4
22
with:
23
python-version: "3.13"
24
- cache: 'pip'
+ cache: "pip"
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
0 commit comments