Skip to content

Commit

Permalink
CI: Revert "CI: Set MPLBACKEND=Agg on Windows"
Browse files Browse the repository at this point in the history
This reverts commit 90dea77.

This commit did not actually solve the problem, as matplotlib on Windows
does not honor the environment variable set this way. It still used
TkAgg and failed sporadically.
  • Loading branch information
mferrera committed Feb 8, 2024
1 parent 90f0d11 commit 09dadec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
- name: Setup testdata
uses: "./.github/actions/setup_testdata"

# Windows sporadically fails on tkinter pyplots
- name: Set MPLBACKEND=Agg on Windows
if: ${{ matrix.os == 'windows-latest' }}
run: echo "MPLBACKEND=Agg" >> $GITHUB_ENV

- name: Run tests
run: pytest -n 4 tests --disable-warnings --generate-plots

Expand Down

0 comments on commit 09dadec

Please sign in to comment.