Skip to content

Commit

Permalink
CI: solve issue with (potential) lack of TCL installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrivenaes committed Sep 6, 2024
1 parent 934e94c commit 130e92a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Setup testdata
uses: "./.github/actions/setup_testdata"

- name: Set matplotlib backend to avoid potential issues with TCL/TK installation
run: echo "MPLBACKEND=Agg" >> $GITHUB_ENV

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

Expand All @@ -73,7 +76,7 @@ jobs:

- name: Run just hypothesis tests with more examples
run: pytest -n 4 tests --disable-warnings -m hypothesis --generate-plots

rms:
name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 130e92a

Please sign in to comment.