github actions install psycopg2
This commit is contained in:
parent
8653839c16
commit
9d0b9805b2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -114,6 +114,8 @@ jobs:
|
||||||
pip install --user --upgrade pip wheel
|
pip install --user --upgrade pip wheel
|
||||||
pip install sqlalchemy@git+https://github.com/eukreign/pyinstaller.git@sqlalchemy
|
pip install sqlalchemy@git+https://github.com/eukreign/pyinstaller.git@sqlalchemy
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
- if: startsWith(runner.os, 'linux')
|
||||||
|
run: pip install psycopg2
|
||||||
- if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
|
- if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
|
||||||
name: Build & Run (Unix)
|
name: Build & Run (Unix)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue