Skip to content

Commit

Permalink
ci: Update psycopg2 dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 26, 2024
1 parent 90b83ad commit 11a1f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install tox psycopg2
pip install tox psycopg2-binary
- name: Run PyFunceble as defined by tox_run_postgresql.ini
run: tox -c tox_run_postgresql.ini
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install tox psycopg2
pip install tox psycopg2-binary
- name: Run PyFunceble as defined by tox_run_postgresql.ini
run: tox -c tox_run_postgresql.ini
Expand Down

0 comments on commit 11a1f5a

Please sign in to comment.