Skip to content

Commit 308d406

Browse files
authored
Merge pull request #1509 from MIT-LCP/duckdb_gh_fix
change dir as import_duckdb relies on relative dirs
2 parents c3d21fb + 052d91e commit 308d406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/duckdb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Load icu/hosp data into duckdb
2828
run: |
2929
echo "Running duckdb build."
30-
./${BUILDCODE_PATH}/import_duckdb.sh ./
30+
cd ${BUILDCODE_PATH}
31+
./import_duckdb.sh ./
3132
3233
echo `md5sum mimic4.db`
3334

0 commit comments

Comments
 (0)