Skip to content

Commit 119c92a

Browse files
authored
Update run-tests.yml
1 parent 667eff5 commit 119c92a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
run: |
2020
cd docker
2121
docker-compose exec -T hapi sh -c "apk add git"
22-
docker-compose exec -T hapi sh -c "pip install --upgrade -r requirements.txt"
23-
docker-compose exec -T hapi sh -c "pip install --upgrade -r dev-requirements.txt"
22+
docker-compose exec -T hapi sh -c "pip install --upgrade --force-reinstall -r requirements.txt"
23+
docker-compose exec -T hapi sh -c "pip install --upgrade --force-reinstall -r dev-requirements.txt"
2424
2525
- name: Setup database
2626
run: |

0 commit comments

Comments
 (0)