From 0c69da4512addfe0b93a342a0aa9bd1215b2a6b0 Mon Sep 17 00:00:00 2001 From: kian Date: Wed, 31 Jan 2024 03:10:09 +0100 Subject: [PATCH] Update README and ci-cd --- .github/workflows/ci-cd.yml | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1bdbaa9..3aabd0b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -44,7 +44,7 @@ jobs: run: pip install -r requirements.txt - name: Run tests - run: pytest tests/ + run: PYTHONPATH=.:..:../.. pytest tests/ deploy: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 3bb768a..9657b91 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,6 @@ Make sure you have the following prerequisites installed: ```bash pip install -r requirements.txt 4. Run the gRPC server: - ```bash - pip install -r requirements.txt -5. Install dependencies: ```bash PYTHONPATH=.:.. python grpc_api/server.py The server should be running on localhost:50051.