Skip to content

Commit b2e2963

Browse files
committed
Fix issue
1 parent e4de0b3 commit b2e2963

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/windows-build-and-test.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ jobs:
4949
cd C:\dev
5050
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
5151
pixi install
52+
53+
54+
- name: Source the pixi environment
55+
shell: cmd
56+
run: |
57+
cd C:\dev
5258
pixi shell
59+
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
60+
ros2 run demo_nodes_py talker
5361
5462
- uses: actions/checkout@v4
5563

@@ -62,8 +70,5 @@ jobs:
6270
- name: Test rclnodejs
6371
shell: cmd
6472
run: |
65-
cd C:\dev
66-
irm https://raw.githubusercontent.com/ros2/ros2/refs/heads/rolling/pixi.toml -OutFile pixi.toml
67-
pixi shell
6873
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
6974
ros2 run demo_nodes_py talker

0 commit comments

Comments
 (0)