Skip to content

Commit

Permalink
Skip windows python 3.8 tests in ci.yml (#1449)
Browse files Browse the repository at this point in the history
due to plotting backend unreliably installing in CI jobs.
  • Loading branch information
ourownstory authored Oct 15, 2023
1 parent 77f47ae commit 583e15b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.10"]
exclude:
- os: windows-latest
python-version: "3.8"
env:
POETRY_VIRTUALENVS_CREATE: false
steps:
Expand Down

0 comments on commit 583e15b

Please sign in to comment.