Skip to content

Commit 3cd37be

Browse files
committed
MNT specify pixi reinstall -e
1 parent 5d24418 commit 3cd37be

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)