We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac5a63 commit 46e357cCopy full SHA for 46e357c
.github/workflows/tests.yml
@@ -27,4 +27,4 @@ jobs:
27
sudo apt install -y libreadline-dev zlib1g-dev
28
bash src/tools/install_pg.sh refs/tags/13.4.1
29
sudo python setup.py install
30
- python -m pytest postgresql.tests
+ python -m pytest --pyargs postgresql.tests
0 commit comments