This commit is contained in:
Ishaan Jaffer 2025-10-11 11:42:09 -07:00
parent 00c5008477
commit 1b4bcdabfd

View File

@ -681,7 +681,11 @@ jobs:
name: Show git commit hash
command: |
echo "Git commit hash: $CIRCLE_SHA1"
- run:
name: Install PostgreSQL
command: |
sudo apt-get update
sudo apt-get install -y postgresql-14 postgresql-contrib-14
- restore_cache:
keys:
- v1-dependencies-{{ checksum ".circleci/requirements.txt" }}