diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3dc3692c1..3a41887ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | diff --git a/env/robostackenv.yaml b/env/robostackenv.yaml index da8a09dc8..190a683fc 100644 --- a/env/robostackenv.yaml +++ b/env/robostackenv.yaml @@ -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 diff --git a/pixi.toml b/pixi.toml index b51ed4628..397a97b2c 100644 --- a/pixi.toml +++ b/pixi.toml @@ -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