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 e4de0b3 commit b2e2963Copy full SHA for b2e2963
.github/workflows/windows-build-and-test.yml
@@ -49,7 +49,15 @@ jobs:
49
cd C:\dev
50
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
51
pixi install
52
+
53
54
+ - name: Source the pixi environment
55
+ shell: cmd
56
+ run: |
57
+ cd C:\dev
58
pixi shell
59
+ call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
60
+ ros2 run demo_nodes_py talker
61
62
- uses: actions/checkout@v4
63
@@ -62,8 +70,5 @@ jobs:
70
- name: Test rclnodejs
71
shell: cmd
64
72
run: |
65
- cd C:\dev
66
- irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
67
- pixi shell
68
73
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
69
74
ros2 run demo_nodes_py talker
0 commit comments