We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb2317 commit b86baa7Copy full SHA for b86baa7
.github/workflows/deploy.yml
@@ -24,8 +24,8 @@ jobs:
24
- name: Install Python dependencies
25
run: |
26
sudo apt-get update -y
27
- sudo apt-get install -y python3-pip
28
- pip3 install --upgrade --requirement requirements.txt
+ sudo apt-get install -y python3-pipx
+ pipx install --upgrade --requirement requirements.txt
29
30
- name: Install doxygen and graphviz
31
run: sudo apt-get install -y doxygen graphviz
@@ -60,8 +60,8 @@ jobs:
60
61
62
63
64
65
66
67
0 commit comments