We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdf9c1 commit af30d7cCopy full SHA for af30d7c
.github/workflows/codecov.yml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
poetry env use python${{ matrix.python-version }}
33
- name: Install dependencies
34
- run: poetry install
+ run: poetry install --without=dev
35
- name: Start PostgreSQL
36
37
cp pgmq_postgres.template.env pgmq_postgres.env
0 commit comments