Skip to content

Commit b86baa7

Browse files
committed
Update python3 requirements installation
1 parent acb2317 commit b86baa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Install Python dependencies
2525
run: |
2626
sudo apt-get update -y
27-
sudo apt-get install -y python3-pip
28-
pip3 install --upgrade --requirement requirements.txt
27+
sudo apt-get install -y python3-pipx
28+
pipx install --upgrade --requirement requirements.txt
2929
3030
- name: Install doxygen and graphviz
3131
run: sudo apt-get install -y doxygen graphviz
@@ -60,8 +60,8 @@ jobs:
6060
- name: Install Python dependencies
6161
run: |
6262
sudo apt-get update -y
63-
sudo apt-get install -y python3-pip
64-
pip3 install --upgrade --requirement requirements.txt
63+
sudo apt-get install -y python3-pipx
64+
pipx install --upgrade --requirement requirements.txt
6565
6666
- name: Install doxygen and graphviz
6767
run: sudo apt-get install -y doxygen graphviz

0 commit comments

Comments
 (0)