Skip to content

Commit

Permalink
fix install desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
l8556 committed Oct 10, 2023
1 parent dd35fb1 commit 929557a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ def install_desktop(c, version=None, config=None, license=None):
test = DesktopTest(
version=version,
virtual_display=False,
debug_mode=True,
custom_config=config if config else None,
license_file_path=license
)

test.install_package()
test.check_installed()
test.check_correct_version()
Expand Down

0 comments on commit 929557a

Please sign in to comment.