Skip to content

Commit

Permalink
TST: trying to fix matploblib error on Windows Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Nov 20, 2023
1 parent a612dd9 commit a12f4fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
python-version: [3.8, 3.9, '3.10', '3.11']
runs-on: ${{ matrix.runs-on }}
env:
MPLBACKEND: Agg
USE_COVERAGE: ${{ matrix.runs-on == 'ubuntu-latest' && matrix.python-version == '3.10' }}

steps:
Expand Down

0 comments on commit a12f4fe

Please sign in to comment.