Skip to content

Commit 594a660

Browse files
committed
MNT add -Csetup-args=--vsenv for pixi reinstall
1 parent 4f993dd commit 594a660

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828

2929
- name: Re-install local
3030
run: |
31-
pixi run rebuild
31+
# Needed on Windows CI to compile with Visual Studio compiler
32+
# otherwise Meson detects a MINGW64 platform and use MINGW64
33+
# toolchain
34+
pixi reinstall -e dev --frozen fastcan -- -Csetup-args=--vsenv
3235
3336
- name: Test with pytest
3437
run: |

0 commit comments

Comments
 (0)