Skip to content

Commit 135827f

Browse files
committed
idontknowwhatimdoing
1 parent bacd273 commit 135827f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_image_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Build the docker-compose stack
11-
run: docker-compose -f docker/docker-compose.yml up
11+
run: docker-compose -f docker/docker-compose.yml up --build --force-recreate
1212

1313
- name: Check if container is running
1414
run: docker ps -qf "name=docker_python-pddl"
@@ -17,7 +17,7 @@ jobs:
1717
run: docker exec -it $(docker ps -qf "name=docker_python-pddl") /bin/bash
1818

1919
- name: Run Python3 Imports
20-
run: python3 -c 'from jupyddl.__init__ import *
20+
run: python3 -c "from jupyddl.__init__ import *"
2121

2222
- name: Exit Python3
2323
run: exit()

0 commit comments

Comments
 (0)