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 bb5938c commit e000b75Copy full SHA for e000b75
.github/workflows/windows-build-and-test.yml
@@ -60,5 +60,7 @@ jobs:
60
- name: Test rclnodejs
61
shell: cmd
62
run: |
63
- call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
+ cd C:\dev
64
+ pixi shell
65
+ call "${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
66
ros2 run demo_nodes_py talker
0 commit comments