From 49a4a6dfc250fef5fc7167e8020ad3b9c1bcedc3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 13 Nov 2019 09:28:54 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65c94e6..22cfe30 100644 --- a/README.md +++ b/README.md @@ -604,8 +604,8 @@ jobs: - name: Install dependencies run: | - pip install --upgrade pip - pip install -r ./requirements.txt + python3 -m pip install --upgrade pip + python3 -m pip install -r ./requirements.txt - run: mkdocs build