Use pyproject.toml instead of requirements.txt and fix some broken tests.

This commit is contained in:
Hemang
2025-04-10 14:01:11 +02:00
committed by Hemang Sarkar
parent 6b6f33bde6
commit 5bf121bbda
23 changed files with 99 additions and 81 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./gateway
file: ./gateway/Dockerfile.gateway
file: Dockerfile.gateway
platforms: linux/amd64
push: true
tags: ${{ env.tags }}