Skip to content

Commit

Permalink
Update vinca branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Jan 20, 2025
1 parent a247aed commit 887ebce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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@rattler-build-humble
pip install git+https://github.com/RoboStack/vinca.git
- name: Generate recipes for linux-64
run: |
Expand Down
2 changes: 1 addition & 1 deletion env/robostackenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- rattler-build
- pip
- pip:
- git+https://github.com/RoboStack/vinca.git@rattler-build-humble
- git+https://github.com/RoboStack/vinca.git
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ m2-patch = "*"
git = "*"

[feature.beta.pypi-dependencies]
# This is tipically the latest commit on rattler-build-humble branch
# This is tipically the latest commit on main branch
vinca = { git ="https://github.com/RoboStack/vinca.git", rev = "cbb8eba834ce3834df552977d6b08c325a30768e" }
# Uncomment this line to work with a local vinca for faster iteration, but remember to comment it back
# (and regenerate the pixi.lock) once you push the modified commit to the repo
Expand Down

0 comments on commit 887ebce

Please sign in to comment.