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 - uses: actions/checkout@v3.1.0
- name: Prepare Python env - name: Prepare Python env
run: | run: |
sudo apt-get install -y pipenv sudo apt install python3
sudo pip install pipenv
cd docs cd docs
pipenv sync pipenv sync
- name: Check for warnings & broken links - name: Check for warnings & broken links
+1 -1
View File
@@ -10,4 +10,4 @@ sphinx = "*"
sphinx-rtd-theme = "*" sphinx-rtd-theme = "*"
[requires] [requires]
python_version = "3.9" python_version = "3.10"
+2 -18
View File
@@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "dbc8cbda5085f2fce5e6fdb2f9e922673537e7bfaad8b9f9a4c349ca0d4c3d9c" "sha256": "cda229a62af7070dfa5000f2e03fbfd29bc4df7fbc0f219e026d849f433d339f"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.9" "python_version": "3.10"
}, },
"sources": [ "sources": [
{ {
@@ -157,14 +157,6 @@
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"version": "==1.4.1" "version": "==1.4.1"
}, },
"importlib-metadata": {
"hashes": [
"sha256:7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad",
"sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d"
],
"markers": "python_version < '3.10'",
"version": "==6.0.0"
},
"jinja2": { "jinja2": {
"hashes": [ "hashes": [
"sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852", "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852",
@@ -338,14 +330,6 @@
], ],
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'", "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'",
"version": "==1.26.14" "version": "==1.26.14"
},
"zipp": {
"hashes": [
"sha256:83a28fcb75844b5c0cdaf5aa4003c2d728c77e05f5aeabe8e95e56727005fbaa",
"sha256:a7a22e05929290a67401440b39690ae6563279bced5f314609d9d03798f56766"
],
"markers": "python_version >= '3.7'",
"version": "==3.11.0"
} }
}, },
"develop": {} "develop": {}