Skip to content

Commit 19c46ca

Browse files
committed
fix
1 parent 0d3d9e5 commit 19c46ca

File tree

3 files changed

+235
-225
lines changed

3 files changed

+235
-225
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
PYTHONDONTWRITEBYTECODE: 1
5656
PYTHONUNBUFFERED: 1
5757
DB_DSN: postgresql+asyncpg://postgres:[email protected]/postgres
58+
SETUPTOOLS_SCM_PRETEND_VERSION: 1.0.0
5859
- name: Upload coverage to Codecov
5960
uses: codecov/[email protected]
6061
env:

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
- SERVICE_DEBUG=true
1717
- SERVICE_ENVIRONMENT=ci
1818
- DB_DSN=postgresql+asyncpg://postgres:password@db/postgres
19+
- SETUPTOOLS_SCM_PRETEND_VERSION=1.0.0
1920
command:
2021
["uv", "run", "python", "-m", "app"]
2122

0 commit comments

Comments
 (0)