chore: bump deps (#1252)

* bump deps

* fix: add apt-get update
This commit is contained in:
Hayden
2022-05-22 11:52:57 -08:00
committed by GitHub
parent cd0da36e7c
commit 8235bd5104
5 changed files with 1884 additions and 2687 deletions

View File

@@ -65,6 +65,7 @@ jobs:
#----------------------------------------------
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libsasl2-dev libldap2-dev libssl-dev
poetry install
poetry add "psycopg2-binary==2.8.6"