Skip to content

Commit ac1dfa2

Browse files
committed
updates virtualenv inside deploy-docs.yml
1 parent 36f8e3c commit ac1dfa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
sudo apt install -y texlive-latex-extra graphviz
2828
- name: Install Python Dependencies
2929
run: |
30-
python -m pip install --upgrade pip
31-
pip install poetry
30+
python -m pip install --upgrade pip setuptools wheel virtualenv
31+
python -m pip install poetry
3232
poetry config virtualenvs.create false
3333
poetry install
3434
- id: deployment

0 commit comments

Comments
 (0)