Skip to content

Commit

Permalink
Merge pull request #109 from FarBo/add_windows_tests
Browse files Browse the repository at this point in the history
run ci on windows
  • Loading branch information
FarBo authored Nov 3, 2021
2 parents a049b8e + 36e5a16 commit 38f666a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
exclude:
- os: windows-latest
python-version: 3.8
- os: windows-latest
python-version: 3.9
env:
DISPLAY: ':99.0'
OS: ${{ matrix.os }}
Expand All @@ -30,6 +35,7 @@ jobs:
submodules: true
- name: setup ubuntu-latest xvfb
uses: ./.github/actions/setup-ubuntu-latest-xvfb
if: runner.os == 'Linux'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 38f666a

Please sign in to comment.