Skip to content

Commit

Permalink
Changes for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Sep 18, 2024
1 parent 42f2166 commit 1de95ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME=$(shell basename $(PWD))
PYTHON:=3.7

DOCKER_COMPOSE_FILE=docker-compose.yml
DOCKER_COMPOSE=docker-compose -f ${DOCKER_COMPOSE_FILE}
DOCKER_COMPOSE=docker compose -f ${DOCKER_COMPOSE_FILE}

DOCKER=docker run \
--rm -it \
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1de95ed

Please sign in to comment.