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 3446147 commit 890e5b5Copy full SHA for 890e5b5
.github/workflows/run_before_all.py
@@ -6,7 +6,7 @@
6
7
HERE = os.path.abspath(__file__)
8
ROOT = os.path.dirname(os.path.dirname(os.path.dirname(HERE)))
9
-sys.path.insert(0, os.path.join(ROOT, "packages", "basemap"))
+sys.path.insert(0, os.path.join(ROOT))
10
import utils # noqa: E402 # pylint: disable=imports
11
12
0 commit comments