Skip to content

Commit 11dd8a9

Browse files
committed
w4
1 parent 95547f9 commit 11dd8a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci_windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939

4040
- name: Check Lint
4141
run: |
42-
DART_VERBOSE=ON \
43-
BUILD_TYPE=${{ matrix.build_type }} \
4442
pixi run check-lint
4543
4644
- name: Test DART and dartpy

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ lint-py = { cmd = """
333333
black . --exclude '\\..*' && isort . --skip-glob '.*'
334334
""", depends_on = ["config"] }
335335

336-
lint = { depends_on = ["lint-py"], env = { DART_VERBOSE = "OFF" } }
336+
lint = { depends_on = ["lint-py"] }
337337

338338
check-lint-py = { cmd = """
339339
black . --check --exclude '\\..*' && isort . --check --skip-glob '.*'

0 commit comments

Comments
 (0)