Skip to content

Commit b1007d1

Browse files
committed
fix CI location of julia script
1 parent 28a42be commit b1007d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install and link Julia dependencies
103103
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
104104
run: |
105-
. RMG-Py/install_rms.sh
105+
. install_rms.sh
106106
107107
- name: Install Q2DTor
108108
run: echo "" | make q2dtor

0 commit comments

Comments
 (0)