Skip to content

Commit 2e8fa51

Browse files
committed
update CI
1 parent 8311e21 commit 2e8fa51

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,20 @@ jobs:
2323
run: echo "$HOME/.pixi/bin" >> $GITHUB_PATH
2424

2525
- name: Set up Python ${{ matrix.python-version }}
26-
run: pixi project python ${{ matrix.python-version }}
26+
run: pixi add python=${{ matrix.python-version }} --no-install
2727

2828
- name: Install dependencies
29-
shell: bash -l {0}
3029
run: pixi install
3130

3231
- name: Linting with ruff
33-
shell: bash -l {0}
3432
run:
3533
pixi run check
3634

3735
- name: Typecheck with mypy
38-
shell: bash -l {0}
3936
run:
4037
pixi run typecheck
4138

4239
- name: Install and Test
43-
shell: bash -l {0}
4440
run:
4541
pixi run test
4642

0 commit comments

Comments
 (0)