Skip to content

Commit

Permalink
Remove MPLBACKEND env var from test step
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Apr 16, 2024
1 parent 19159a4 commit 174f3e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Set up Pyodide virtual environment and test scikit-image for Pyodide
env:
# Avoid using the default TkAgg backend, which requires GUI support
MPLBACKEND: "Agg"
run: |
pyodide venv .venv-pyodide
source .venv-pyodide/bin/activate
Expand Down

0 comments on commit 174f3e7

Please sign in to comment.