Skip to content

Commit

Permalink
pixi depends-on
Browse files Browse the repository at this point in the history
  • Loading branch information
thuydotm committed Jan 14, 2025
1 parent ef83a11 commit 0f6f8fd
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 @@ -44,7 +44,7 @@ _install-ui = 'playwright install chromium'

[feature.test-ui.tasks.test-ui]
cmd = 'pytest ./tests/ui --ui --browser chromium -n logical --dist loadgroup --reruns 3 --reruns-delay 10'
depends_on = ["_install-ui"]
depends-on = ["_install-ui"]

[feature.build.dependencies]
python-build = "*"
Expand Down

0 comments on commit 0f6f8fd

Please sign in to comment.