Skip to content

Commit

Permalink
More places to override
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Jul 8, 2024
1 parent adebbf1 commit ac6a99e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
run: |
sudo apt-get update -y
sudo apt-get install -y python3-pip
export PIP_BREAK_SYSTEM_PACKAGES=1
pip3 install --upgrade --requirement requirements.txt
- name: Install doxygen and graphviz
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
export PIP_BREAK_SYSTEM_PACKAGES=1
pip install --upgrade --requirement requirements.txt
- name: Install doxygen and graphviz
Expand Down

0 comments on commit ac6a99e

Please sign in to comment.