Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Nov 17, 2024
1 parent bf822e5 commit 86030f8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ jobs:
- name: Install Python dependencies
shell: bash
run: |
<<<<<<< HEAD
python -m pip install --upgrade pip
pip install --upgrade --requirement requirements.txt
=======
sudo apt-get update -y
sudo apt-get install -y python3-pip python3-venv
python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade --requirement requirements.txt
>>>>>>> 1709ece (Use venv in CI (#916))
- name: Install doxygen and graphviz
run: sudo apt-get install -y doxygen graphviz
Expand All @@ -46,16 +41,12 @@ jobs:
ruby-version: '3'

- name: Run htmlproofer.sh
<<<<<<< HEAD
run: ./htmlproofer.sh
=======
shell: bash
run: |
source /opt/ros/rolling/setup.bash
source /root/ws_moveit/install/setup.bash
source .venv/bin/activate
./htmlproofer.sh
>>>>>>> 1709ece (Use venv in CI (#916))
upload_site_artifacts:
strategy:
Expand Down

0 comments on commit 86030f8

Please sign in to comment.