Skip to content

Commit 79cbda1

Browse files
author
Obada Haddad
committed
fix psycopg dependencies; possible fix for playwright browser dependencies
1 parent 4cf82c2 commit 79cbda1

File tree

3 files changed

+70
-3
lines changed

3 files changed

+70
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
name: "Setup: Prepare the playwright environment"
2121
command: |
2222
cd playwrightPython
23+
apt update && apt upgrade -y
2324
curl -LsSf https://astral.sh/uv/install.sh | sh
2425
$HOME/.local/bin/uv sync
2526
$HOME/.local/bin/uv run playwright install

playwrightPython/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.9"
77
dependencies = [
88
"loguru>=0.7.3",
9-
"psycopg>=3.2.13",
9+
"psycopg[binary]>=3.2.13",
1010
"pytest>=8.4.2",
1111
"pytest-playwright>=0.7.1",
1212
"pytest-xdist>=3.8.0",

playwrightPython/uv.lock

Lines changed: 68 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)