Skip to content

Commit

Permalink
changing psycopg
Browse files Browse the repository at this point in the history
  • Loading branch information
femalves committed Apr 15, 2024
1 parent a135daf commit 1efabe6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
pip install --upgrade pip
pip install setuptools==57.5.0
pip install -r requirements.txt --verbose
pip install -r dev-requirements.txt --verbose
pip install -r requirements.txt --no-cache-dir
pip install -r dev-requirements.txt --no-cache-dir
- name: Run unittests
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Jinja2==2.11.3
MarkupSafe==2.0.1
itsdangerous==2.0.1
Werkzeug==2.0.3
psycopg2-binary==2.9.3
psycopg2==2.9.3
opensearch-py==2.0.0
setuptools<58
alembic==1.8.0
Expand Down

0 comments on commit 1efabe6

Please sign in to comment.