Update README.md

This commit is contained in:
Shohei Ueda 2019-11-13 09:28:54 +09:00 committed by GitHub
parent 74185ffe80
commit 49a4a6dfc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -604,8 +604,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install --upgrade pip python3 -m pip install --upgrade pip
pip install -r ./requirements.txt python3 -m pip install -r ./requirements.txt
- run: mkdocs build - run: mkdocs build