Skip to content

Commit 4cf82c2

Browse files
author
Obada Haddad
committed
fix circle-ci test; update uv.lock
1 parent 752163c commit 4cf82c2

File tree

3 files changed

+80
-32
lines changed

3 files changed

+80
-32
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cd playwrightPython
2323
curl -LsSf https://astral.sh/uv/install.sh | sh
2424
$HOME/.local/bin/uv sync
25-
$HOME/.local/bin/uv run playwright install --with-deps
25+
$HOME/.local/bin/uv run playwright install
2626
- run:
2727
name: "Docker: Build containers and collect static files"
2828
command: |

.github/workflows/tests_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cd playwrightPython
1919
curl -LsSf https://astral.sh/uv/install.sh | sh
2020
$HOME/.local/bin/uv sync
21-
$HOME/.local/bin/uv run playwright install --with-deps
21+
$HOME/.local/bin/uv run playwright install
2222
- name: "Docker: Build containers and collect static files"
2323
run: |
2424
docker compose -f docker-compose.yml -f docker-compose.selenium.yml up -d

playwrightPython/uv.lock

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

0 commit comments

Comments
 (0)