Skip to content

Commit 90b43e8

Browse files
author
Sychevskyi Henadii
committed
ASUP-340
1 parent 19233ad commit 90b43e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
pip install --upgrade pip
3232
pip install pipenv
3333
pipenv lock --clear
34-
pipenv install --deploy
34+
pipenv install --deploy --system
3535
3636
- name: Build documentation
3737
run: |

Pipfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ mkdocs = {editable = true, path = "3rdparty/mkdocs"}
1010
GitPython = "==3.0.6"
1111
mkdocs_versioned = {editable = true, path = "3rdparty/mkdocs-versioned"}
1212
markdown-tabs = {editable = true, path = "plugins/markdown-tabs"}
13+
14+
[dev-packages]
15+
16+
[requires]
17+
python_version = "3.11"

0 commit comments

Comments
 (0)