Skip to content

Commit 0462d71

Browse files
committed
re-adjust script location; needs to have proper syspath for imports
1 parent 75dd6a0 commit 0462d71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/adabot_cron.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
run: mkdir -p bin/adabot
4848
- name: Run adabot.update_cp_org_libraries
4949
run: |
50-
python3 -u -m adabot.adabot.update_cp_org_libraries -o bin/adabot/libraries.v2.json
50+
cd adabot
51+
python3 -u -m adabot.update_cp_org_libraries -o $GITHUB_WORKSPACE/bin/adabot/libraries.v2.json
5152
- name: Check For Files
5253
run: |
5354
ls bin/adabot

0 commit comments

Comments
 (0)