Skip to content

Commit

Permalink
Merge pull request #1509 from MIT-LCP/duckdb_gh_fix
Browse files Browse the repository at this point in the history
change dir as import_duckdb relies on relative dirs
  • Loading branch information
alistairewj committed Mar 24, 2023
2 parents c3d21fb + 052d91e commit 308d406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/duckdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Load icu/hosp data into duckdb
run: |
echo "Running duckdb build."
./${BUILDCODE_PATH}/import_duckdb.sh ./
cd ${BUILDCODE_PATH}
./import_duckdb.sh ./
echo `md5sum mimic4.db`
Expand Down

0 comments on commit 308d406

Please sign in to comment.