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 31
31
CIBW_ARCHS_MACOS : x86_64 arm64
32
32
CIBW_ARCHS_WINDOWS : auto64
33
33
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
36
34
# Needed on Windows CI to compile with Visual Studio compiler
37
35
# otherwise Meson detects a MINGW64 platform and use MINGW64
38
36
# toolchain
Original file line number Diff line number Diff line change 16
16
17
17
- name : Re-install local
18
18
run : |
19
- pixi reinstall --frozen fastcan
19
+ pixi reinstall -e lint - -frozen fastcan
20
20
21
21
- name : Lint with ruff
22
22
run : |
Original file line number Diff line number Diff line change 28
28
29
29
- name : Re-install local
30
30
run : |
31
- pixi reinstall --frozen fastcan
31
+ pixi reinstall -e dev - -frozen fastcan
32
32
33
33
- name : Test with pytest
34
34
run : |
You can’t perform that action at this time.
0 commit comments