Skip to content

Commit

Permalink
ci: Use Microsoft channel for pytest-playwright (#7424)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Oct 21, 2024
1 parent 87ef019 commit 0930d27
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 @@ -161,7 +161,7 @@ channels = ["microsoft"]

[feature.test-ui.dependencies]
playwright = { version = "*", channel = "microsoft" }
pytest-playwright = "*"
pytest-playwright = { version = "*", channel = "microsoft" }
pytest-asyncio = "*"
jupyter_server = "*"
esbuild = "*"
Expand Down

0 comments on commit 0930d27

Please sign in to comment.