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.
2 parents ebbf209 + 962708b commit bb376b0Copy full SHA for bb376b0
.github/workflows/testpr.yml
@@ -55,6 +55,13 @@ jobs:
55
rm -rf /c/Strawberry
56
rm -rf "/c/Program Files (x86)/Windows Kits/10/Include/10.0.17763.0/"
57
58
+
59
+ # Regression for https://github.com/RoboStack/ros-jazzy/issues/44
60
+ - name: Check that anaconda-client command works fine
61
+ shell: bash -l {0}
62
+ run: |
63
+ pixi run anaconda --version
64
65
- name: Generate recipes for linux-64
66
shell: bash -l {0}
67
if: matrix.platform == 'linux-64'
0 commit comments