Fix workflow yaml

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
Antonio Navarro Perez 2021-10-07 19:05:55 +02:00
parent 8e70ea1404
commit 4b836ee9ea

View file

@ -30,8 +30,9 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install dependencies
- name: Go to mkdocs folder
run: cd mkdocs
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt