Skip to content

Commit

Permalink
use make from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed May 29, 2024
1 parent ec299bb commit 48eadc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Build docker image
run: make build-app
- name: Run docker container
run: docker run pyronear/pyro-engine:python3.8.1-slim python -c 'import pyroengine'
run: make run
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ build-optional-lib:
# Run the engine wrapper
run:
cd src; poetry export -f requirements.txt --without-hashes --output requirements.txt
docker build . -t pyronear/pyro-engine:latest
docker compose up -d

# Get log from engine wrapper
Expand Down

0 comments on commit 48eadc3

Please sign in to comment.