Skip to content

Commit af30d7c

Browse files
committed
ci: install poetry without dev dependencies
1 parent bcdf9c1 commit af30d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
poetry env use python${{ matrix.python-version }}
3333
- name: Install dependencies
34-
run: poetry install
34+
run: poetry install --without=dev
3535
- name: Start PostgreSQL
3636
run: |
3737
cp pgmq_postgres.template.env pgmq_postgres.env

0 commit comments

Comments
 (0)