We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5fbd4 commit ffa986dCopy full SHA for ffa986d
1 file changed
.gitlab-ci.yml
@@ -35,6 +35,7 @@ test-source:
35
- python3 -m pip install --upgrade pip
36
- python3 -m pip install -r requirements.txt
37
- python3 -m pip install pytest pytest-cov
38
+ - python3 -m pip install psycopg2
39
- python3 -c "import pathlib; [p.unlink() for p in pathlib.Path('.').rglob('tests/win_only/__init__.py')]"
40
- export PYTHONNET_RUNTIME=coreclr
41
- pytest --cache-clear
0 commit comments