From 9b3e3796fa08cb7e48e01144c8bd09f5072c8d67 Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Mon, 17 Oct 2022 10:43:42 +0200 Subject: [PATCH] test on win (#33) * test on win * fix linter issues --- .flake8 | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index 902ebf2..1dc56f9 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -ignore = F401, E402, E501 +ignore = E203, F401, E402, E501 exclude = .git,__pycache__,.ipynb_checkpoints max-line-length = 90 max-complexity = 18 \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7101061..204f024 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04] + os: [ubuntu-20.04, windows-latest] python-version: [3.9] steps: - name: Checkout repository