Skip to content

Commit

Permalink
Disable linting on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Jul 19, 2023
1 parent b7678e7 commit 56c5a48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
conda-mamba: mamba
id: install
- name: doit test_lint
if: runner.os != 'Windows'
run: |
conda activate test-environment
doit test_lint
Expand Down

0 comments on commit 56c5a48

Please sign in to comment.