Skip to content

Commit 2f4924e

Browse files
committed
MAINT:faster pixi run lint
1 parent 45b64d2 commit 2f4924e

File tree

6 files changed

+2265
-2450
lines changed

6 files changed

+2265
-2450
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
environments: lint
3838
- name: Run Pylint, Mypy & Pyright
3939
run: |
40-
pixi run -e lint pylint
41-
pixi run -e lint mypy
42-
pixi run -e lint pyright
40+
pixi run pylint
41+
pixi run mypy
42+
pixi run pyright
4343
4444
checks:
4545
name: Check ${{ matrix.environment }}
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
environment: [ci-py310, ci-py313, ci-backends]
51+
environment: [tests-py310, tests-py313, tests-backends]
5252
runs-on: [ubuntu-latest]
5353

5454
steps:

0 commit comments

Comments
 (0)