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 3ac1aad commit 6feb6b9Copy full SHA for 6feb6b9
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
if: runner.os == 'Linux'
25
run: |
26
sudo apt-get update
27
- sudo apt-get install -y libwebkit2gtk-4.1-dev
+ sudo apt-get install -y libwebkitgtk-6.0-dev
28
python -m pip install --upgrade pip
29
pip install build wheel
30
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
31
32
- sudo apt-get install -y libwebkit2gtk-4.1-dev xvfb
+ sudo apt-get install -y libwebkitgtk-6.0-dev xvfb
33
34
pip install pytest pytest-cov
35
0 commit comments