We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e6eb2 commit 13ee373Copy full SHA for 13ee373
1 file changed
.gitlab-ci.yml
@@ -36,7 +36,6 @@ test-source:
36
- python3 -c "import pathlib; [p.unlink() for p in pathlib.Path('.').rglob('tests/win_only/__init__.py')]"
37
- export PYTHONNET_RUNTIME=coreclr
38
- pytest --cache-clear
39
- - docker logs postgres # Debug step: Check logs of the PostgreSQL service to ensure it's running correctly
40
41
artifacts:
42
paths:
0 commit comments