Skip to content

Commit

Permalink
w4
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 11, 2024
1 parent 95547f9 commit 11dd8a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:

- name: Check Lint
run: |
DART_VERBOSE=ON \
BUILD_TYPE=${{ matrix.build_type }} \
pixi run check-lint
- name: Test DART and dartpy
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ lint-py = { cmd = """
black . --exclude '\\..*' && isort . --skip-glob '.*'
""", depends_on = ["config"] }

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

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

0 comments on commit 11dd8a9

Please sign in to comment.