Skip to content

Commit 46e9f9e

Browse files
committed
fix gh action by adding mimic_data_dir as cwd
1 parent fb8f730 commit 46e9f9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/duckdb.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ jobs:
2121
2222
- name: Download demo data
2323
uses: ./.github/actions/download-demo
24-
with:
25-
gcp-project-id: ${{ secrets.GCP_PROJECT_ID }}
26-
gcp-sa-key: ${{ secrets.GCP_SA_KEY }}
2724

2825
- name: Load icu/hosp data into duckdb
2926
run: |
3027
echo "Running duckdb build."
31-
./${BUILDCODE_PATH}/import_duckdb.sh
28+
./${BUILDCODE_PATH}/import_duckdb.sh ./
3229
3330
echo `md5sum mimic4.db`
3431

0 commit comments

Comments
 (0)