Skip to content

Commit

Permalink
Exclude windows-latest py3.6 [ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Aug 13, 2020
1 parent 9254e2e commit d0a4f0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
# availalable.
# - '3.9.0-rc.1' # Development version

exclude:
# See https://github.com/iiasa/ixmp/issues/360
- os: windows-latest
python-version: '3.6'

fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d0a4f0a

Please sign in to comment.