Skip to content

Commit

Permalink
Switch to use vinca boa branch
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 17, 2024
1 parent 60512cc commit 7459851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- name: Install vinca
run: |
pip install git+https://github.com/RoboStack/vinca.git
# Switch back to use main (i.e. default) branch once we switch to rattler-build
pip install git+https://github.com/RoboStack/vinca.git#boa
- name: Generate recipes for linux-64
run: |
Expand Down

0 comments on commit 7459851

Please sign in to comment.