We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19233ad commit 90b43e8Copy full SHA for 90b43e8
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
pip install --upgrade pip
32
pip install pipenv
33
pipenv lock --clear
34
- pipenv install --deploy
+ pipenv install --deploy --system
35
36
- name: Build documentation
37
run: |
Pipfile
@@ -10,3 +10,8 @@ mkdocs = {editable = true, path = "3rdparty/mkdocs"}
10
GitPython = "==3.0.6"
11
mkdocs_versioned = {editable = true, path = "3rdparty/mkdocs-versioned"}
12
markdown-tabs = {editable = true, path = "plugins/markdown-tabs"}
13
+
14
+[dev-packages]
15
16
+[requires]
17
+python_version = "3.11"
0 commit comments