Skip to content

Commit 890e5b5

Browse files
committed
Fix run_before_all.py CI script after project restructuring
1 parent 3446147 commit 890e5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_before_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
HERE = os.path.abspath(__file__)
88
ROOT = os.path.dirname(os.path.dirname(os.path.dirname(HERE)))
9-
sys.path.insert(0, os.path.join(ROOT, "packages", "basemap"))
9+
sys.path.insert(0, os.path.join(ROOT))
1010
import utils # noqa: E402 # pylint: disable=imports
1111

1212

0 commit comments

Comments
 (0)