Skip to content

Commit ffa986d

Browse files
committed
Add manual installation of psycopg2 for cicd
1 parent 0e5fbd4 commit ffa986d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ test-source:
3535
- python3 -m pip install --upgrade pip
3636
- python3 -m pip install -r requirements.txt
3737
- python3 -m pip install pytest pytest-cov
38+
- python3 -m pip install psycopg2
3839
- python3 -c "import pathlib; [p.unlink() for p in pathlib.Path('.').rglob('tests/win_only/__init__.py')]"
3940
- export PYTHONNET_RUNTIME=coreclr
4041
- pytest --cache-clear

0 commit comments

Comments
 (0)