File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 3131 CIBW_ARCHS_MACOS : x86_64 arm64
3232 CIBW_ARCHS_WINDOWS : auto64
3333 CIBW_BEFORE_ALL_LINUX : yum install -y ninja-build python3-devel
34- CIBW_BEFORE_ALL_WINDOWS : choco install ninja
35- CIBW_BEFORE_ALL_MACOS : brew install ninja
3634 # Needed on Windows CI to compile with Visual Studio compiler
3735 # otherwise Meson detects a MINGW64 platform and use MINGW64
3836 # toolchain
Original file line number Diff line number Diff line change 1616
1717 - name : Re-install local
1818 run : |
19- pixi reinstall --frozen fastcan
19+ pixi reinstall -e lint - -frozen fastcan
2020
2121 - name : Lint with ruff
2222 run : |
Original file line number Diff line number Diff line change 2828
2929 - name : Re-install local
3030 run : |
31- pixi reinstall --frozen fastcan
31+ pixi reinstall -e dev - -frozen fastcan
3232
3333 - name : Test with pytest
3434 run : |
You can’t perform that action at this time.
0 commit comments