Skip to content

Commit

Permalink
Attempt to install postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrecamilleri committed Dec 12, 2024
1 parent a81dd8a commit 4a27f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Set up postgresql
run: brew install postgresql
- name: Prepare environment
run: pip3 install hatch
- name: Prepare variables
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ mysql = ["sqlalchemy>=1.4", "pymysql>=1.0"]
ods = ["ezodf>=0.3", "lxml>=4.0"]
pandas = ["pyarrow>=14.0", "pandas>=1.0"]
parquet = ["fastparquet>=0.8"]
postgresql = ["sqlalchemy>=1.4", "psycopg>=3.0", "psycopg2>=2.9"]
postgresql = ["sqlalchemy>=1.4", "psycopg>=3.0", "psycopg2-binary>=2.9"]
spss = ["savReaderWriter>=3.0"]
sql = ["sqlalchemy>=1.4"]
visidata = ["visidata>=2.10"]
Expand Down

0 comments on commit 4a27f86

Please sign in to comment.