Skip to content

Commit

Permalink
psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 20, 2024
1 parent 0dabc1a commit fd13150
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,14 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install migra
- name: Install python dependencies (for testing migra)
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install migra
- run: migra --help | grep 'Generate a database migration'
pip install psycopg2-binary
migra --help | grep 'Generate a database migration'
migra EMPTY postgresql://postgres:postgres@localhost:5432/postgres --unsafe | echo 'migra exited with an error code - check output'
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit fd13150

Please sign in to comment.