chore: update pipenv install strategy (tested on ubuntu-22.04)

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2023-01-20 13:13:59 +01:00
parent eccef9d728
commit e7ff1906e9
3 changed files with 5 additions and 20 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ jobs:
- uses: actions/checkout@v3.1.0
- name: Prepare Python env
run: |
sudo apt-get install -y pipenv
sudo apt install python3
sudo pip install pipenv
cd docs
pipenv sync
- name: Check for warnings & broken links