Skip to content

Commit 0d7db5f

Browse files
committed
remove postgres functions from workflows
1 parent 0954b5f commit 0d7db5f

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/concepts-psql.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
- name: Build concepts
5555
working-directory: ./mimic-iv/concepts_postgres
5656
run: |
57-
psql -q -f postgres-functions.sql
5857
psql -q -v ON_ERROR_STOP=1 -f postgres-make-concepts.sql
5958
6059
- name: Dump derived schema

.github/workflows/pr-equivalence.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
- name: Build PostgreSQL concepts
102102
working-directory: ./mimic-iv/concepts_postgres
103103
run: |
104-
psql -q -f postgres-functions.sql
105104
psql -q -v ON_ERROR_STOP=1 -f postgres-make-concepts.sql
106105
107106
- name: Build DuckDB concepts

0 commit comments

Comments
 (0)