Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCaha committed Nov 10, 2024
1 parent 662bf69 commit dd1f6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"label": "Run Pytest image generation",
"type": "shell",
"command": "BIVARIATE_GENERATE=True pytest tests/tests_visual_result_generation -rP -vv -s",
"command": "BIVARIATE_GENERATE=True QT_QPA_PLATFORM=offscreen pytest tests/tests_visual_result_generation -rP -vv -s",
"group": {
"kind": "test",
"isDefault": false
Expand Down

0 comments on commit dd1f6cc

Please sign in to comment.