Skip to content

Commit dc6598d

Browse files
committed
fix: install dev deps in GitHub Action, remove version in
docker-compose
1 parent 91c4bd0 commit dc6598d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.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 --without=dev
34+
run: poetry install --dev
3535
- name: Start PostgreSQL
3636
run: |
3737
cp pgmq_postgres.template.env pgmq_postgres.env

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.8'
21
services:
32
pgmq_postgres:
43
container_name: pgmq_postgres

0 commit comments

Comments
 (0)