Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid3727 committed Jul 2, 2024
1 parent 2419c23 commit a07abce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
python3 -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyyaml # Install pyyaml to handle YAML files
pip install lark-parser # Install lark module for parsing
pip install numpy # Install numpy for scientific computing
pip install git+https://github.com/splintered-reality/py_trees.git
pip install git+https://github.com/splintered-reality/py_trees_ros.git
pip install -r requirements.txt
- name: Run tests
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install git+https://github.com/splintered-reality/py_trees.git
pip install git+https://github.com/splintered-reality/py_trees_ros.git
- name: Run tests and coverage
run: |
Expand Down

0 comments on commit a07abce

Please sign in to comment.