Skip to content

Commit

Permalink
Update README and ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kian79 committed Jan 31, 2024
1 parent 99fef53 commit 0c69da4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0c69da4

Please sign in to comment.