Skip to content

Commit bb376b0

Browse files
authored
Merge pull request #48 from RoboStack/fixmainwin
Refresh pixi.lock and add regression test for anaconda client command
2 parents ebbf209 + 962708b commit bb376b0

File tree

3 files changed

+793
-776
lines changed

3 files changed

+793
-776
lines changed

.github/workflows/testpr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
rm -rf /c/Strawberry
5656
rm -rf "/c/Program Files (x86)/Windows Kits/10/Include/10.0.17763.0/"
5757
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+
5865
- name: Generate recipes for linux-64
5966
shell: bash -l {0}
6067
if: matrix.platform == 'linux-64'

0 commit comments

Comments
 (0)