Skip to content

Commit bba1d76

Browse files
committed
Fix github actions
Fix github actions
1 parent 7291a68 commit bba1d76

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@ jobs:
3535
run: python -m pytest test/test_utils/ -v --tb=short
3636
- name: Run AutomationEditor With Debug Mode
3737
run: python ./test/unit_test/start_automation/start_automation_test.py
38+
env:
39+
PYTHONPATH: .
3840
- name: Extend AutomationEditor
3941
run: python ./test/unit_test/start_automation/extend_automation_test.py
42+
env:
43+
PYTHONPATH: .

.github/workflows/stable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@ jobs:
3535
run: python -m pytest test/test_utils/ -v --tb=short
3636
- name: Run AutomationEditor With Debug Mode
3737
run: python ./test/unit_test/start_automation/start_automation_test.py
38+
env:
39+
PYTHONPATH: .
3840
- name: Extend AutomationEditor
3941
run: python ./test/unit_test/start_automation/extend_automation_test.py
42+
env:
43+
PYTHONPATH: .

0 commit comments

Comments
 (0)