Skip to content

Commit

Permalink
removed windows, since it clearly doesn't work...
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Holmboe committed Aug 25, 2023
1 parent 6f3de5d commit f5153f7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,11 @@ jobs:
name: >-
${{ matrix.os }} v${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental || 'false' }}
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
include:
- os: windows-latest
python-version: "3.9"
experimental: true
- os: windows-latest
python-version: "3.10"
experimental: true
- os: windows-latest
python-version: "3.11"
experimental: true

steps:
- name: Check out repository code
Expand Down

0 comments on commit f5153f7

Please sign in to comment.