Skip to content

Commit b60994a

Browse files
- revert
1 parent 0385fbc commit b60994a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,8 +895,9 @@ jobs:
895895
echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}"
896896
} >> "${GITHUB_STATE}"
897897
898-
- name: Install Python dependencies
898+
- name: Install Various dependencies
899899
run: |
900+
brew install postgresql
900901
pip3 install -r cicd/requirements.txt
901902
902903
- name: Generate rewritten registry for simulations

0 commit comments

Comments
 (0)