Skip to content

Commit

Permalink
fix: back to installing playwright with poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorozenko committed Apr 29, 2024
1 parent 77d1d8c commit 2f3871f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// We install playwright this way to make browsers available for python playwright
// When running playwright install from python installation something breaks in devcontainer setup
"postCreateCommand": "poetry install && npm install playwright && npx playwright install --with-deps",
"postCreateCommand": "poetry install && poetry run playwright install --with-deps",

// Configure tool-specific properties.
"customizations": {
Expand Down

0 comments on commit 2f3871f

Please sign in to comment.