Skip to content

Commit

Permalink
update CI with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
OAHC2022 committed Jul 14, 2023
1 parent b7babf7 commit f7eb305
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/buildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- name: Install dependencies
run: |
cd $GITHUB_WORKSPACE
pip install -r requirements.txt
conda env create -f environment.yml
conda activate codebotler
pip3 install torch torchvision torchaudio
- name: Catkin make
shell: bash
Expand Down

0 comments on commit f7eb305

Please sign in to comment.