diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ecbc5f241..9c52c3a16f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: name: build (${{ matrix.os }}, ${{ matrix.python-version }}, ${{ matrix.pandas-version }}) runs-on: ${{ matrix.os }} strategy: - fail-fast: true + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: [2.7, 3.5] # TODO: Add 3.7, 3.8