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 4f993dd commit 594a660Copy full SHA for 594a660
.github/workflows/test.yml
@@ -28,7 +28,10 @@ jobs:
28
29
- name: Re-install local
30
run: |
31
- pixi run rebuild
+ # 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
35
36
- name: Test with pytest
37
0 commit comments