Skip to content

Commit b4d3f8d

Browse files
committed
ci: fix Windows deps and disable fail-fast
1 parent c08d37b commit b4d3f8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
unit-test:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
os: [ubuntu-latest, macos-latest, windows-latest]
1819
python-version: [3.9]
@@ -40,6 +41,7 @@ jobs:
4041
run: |
4142
python -m pip install --upgrade pip
4243
pip install .[test] ${{ runner.os == 'Windows' && '--no-deps' || '' }}
44+
pip install flake8 pytest importlib_resources
4345
- name: Lint with flake8
4446
shell: bash -el {0}
4547
run: |

0 commit comments

Comments
 (0)