We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896e89a commit 8bee45fCopy full SHA for 8bee45f
tests/benchmarks/test_osworld.py
@@ -1,9 +1,9 @@
1
+import importlib.util
2
import tempfile
3
from pathlib import Path
4
from unittest.mock import patch
5
6
import pytest
-import importlib.util
7
8
spec = importlib.util.find_spec("desktop_env")
9
if spec is None:
@@ -18,6 +18,7 @@
18
OsworldEnvArgs,
19
OsworldGym,
20
)
21
+
22
DESKTOP_ENV_AVAILABLE = True
23
24
0 commit comments