Skip to content

Commit 052d91e

Browse files
committed
change dir as import_duckdb relies on relative dirs
1 parent c3d21fb commit 052d91e

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)