Skip to content

Commit cc53b24

Browse files
committed
Disable linting on Windows
1 parent b7678e7 commit cc53b24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
conda-mamba: mamba
4343
id: install
4444
- name: doit test_lint
45+
if: runner.os == 'Windows'
4546
run: |
4647
conda activate test-environment
4748
doit test_lint

0 commit comments

Comments
 (0)