Skip to content

Commit

Permalink
test: actually remember how poetry is used
Browse files Browse the repository at this point in the history
  • Loading branch information
biodrone committed Sep 12, 2023
1 parent c6ba7f6 commit bcc4ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
export STREAMDL_GRPC_ADDR='localhost'
python -m pip install poetry bandit
python -m poetry install
python streamdl_proto_srv.py &
python -m poetry run python streamdl_proto_srv.py &
pid=$!
# docker run local_streamdl_server:latest -e STREAMDL_GRPC_PORT='50051' -p 50051:50051 -d
go test -v -count=1 ./...
Expand Down

0 comments on commit bcc4ae7

Please sign in to comment.