We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f77294 commit 7ed3219Copy full SHA for 7ed3219
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
21
- name: Install vinca
22
run: |
23
- pip install git+https://github.com/RoboStack/vinca.git@rattler-build-humble
+ pip install git+https://github.com/RoboStack/vinca.git
24
25
- name: Generate recipes for linux-64
26
0 commit comments