Skip to content

Commit

Permalink
Merge pull request #9 from robandpdx-org/convert-facebook-home-robot-…
Browse files Browse the repository at this point in the history
…to-actions

do it
  • Loading branch information
jk0 authored Apr 24, 2024
2 parents e52d776 + 073eab4 commit e9cefdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential vim ca-certificates python3-dev autotools-dev libicu-dev libbz2-dev libboost-all-dev
- name: Setup Conda environment and run tests
- name: Setup Conda environment
run: |
curl -o ~/miniconda.sh -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash ~/miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
conda config --set always_yes yes --set changeps1 no
conda update -q conda
conda info -a
- name: Run tests
run: |
conda init
conda activate ~/env_home_robot
pip install -e src/home_robot
Expand Down

0 comments on commit e9cefdd

Please sign in to comment.