Skip to content

Commit

Permalink
Revert "pg executor: add postgres deps to tox CI"
Browse files Browse the repository at this point in the history
This reverts commit 85eeca1.
  • Loading branch information
gabriel-v committed Sep 7, 2023
1 parent f60baa6 commit 477cef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: pip install --upgrade pip
- run: sudo apt-get install graphviz graphviz-dev libpq-dev gcc
- run: pip install tox psycopg2
- run: sudo apt-get install graphviz graphviz-dev
- run: pip install tox
- run: tox -e py
test-postgres:
timeout-minutes: 10
Expand Down

0 comments on commit 477cef2

Please sign in to comment.