Skip to content

Commit

Permalink
windows-latest due to static image export hanging when using kaleido.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeced committed Dec 19, 2023
1 parent 811904c commit 61c8431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]
# windows-latest due to static image export hanging when using kaleido.
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
name: Test on ${{ matrix.os }} with Python ${{ matrix.python-version }}.
Expand Down

0 comments on commit 61c8431

Please # to comment.