Skip to content

Commit

Permalink
ci: Use Microsoft channel for pytest-playwright (#6418)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 21, 2024
1 parent 1eede32 commit fbed3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ channels = ["microsoft"]

[feature.test-ui.dependencies]
playwright = { version = "*", channel = "microsoft" }
pytest-playwright = "*"
pytest-playwright = { version = "*", channel = "microsoft" }

[feature.test-ui.tasks]
_install-ui = 'playwright install chromium'
Expand Down

0 comments on commit fbed3fb

Please sign in to comment.